@extends('frontend.layouts.app') @section('title') Gallery | Brokenshire Medical Center @endsection @section('seo') @endsection @section('content')

About Us

Gallery

{{$gallery->title}}

{{$gallery->content}}

@foreach (json_decode($gallery->thumbnail) as $gallery) @endforeach
@endsection @section('js') @endsection