@extends('layouts.page') @section('content')

PRACTICE AREAS

@if (is_countable($sections)) @foreach ($sections as $section)

{{ $section['title'] }}

{!! $section['description'] !!}
@endforeach @endif
@endsection