@extends('theme.spade.layouts.main') @section('title') {{ $blog->title }} @endsection @section('meta') @endsection @section('canonical') @endsection @section('content') @php $breadcrumbData = [ [ 'title' => 'Blogs', 'link' => route('blogs'), ], [ 'title' => $blog->title, 'link' => null, ], ]; @endphp @include('theme.spade.layouts.includes.breadcrumb', $breadcrumbData) {{ $blog->title }} {{ date('F d, Y', strtotime($blog->published_date)) }} {{ $blog->summary }} {!! $blog->content !!} Request An Appointment @csrf @error('name') {{ $message }} @enderror @error('email') {{ $message }} @enderror @error('contact_no') {{ $message }} @enderror Which of the below best applies to you? @foreach ($ageGroupOptions as $key => $option) {{ $option }} @endforeach @error('age_group') {{ $message }} @enderror Procedure of Interest Select Procedure @foreach ($procedureOptions as $key => $option) {{ $option }} @endforeach @error('procedure_of_interest') {{ $message }} @enderror @error('subject') {{ $message }} @enderror @error('message') {{ $message }} @enderror I understand that Arogin may contact me and I give my consent. @error('is_aggrement') {{ $message }} @enderror Submit {{-- Recent Blogs @if(count($otherBlogs) > 0) @foreach ($otherBlogs as $blog) {{ Str::limit($blog->title, 60) }} {{ date('F d, Y', strtotime($blog->published_date)) }} @php $array = $otherBlogs->toArray(); $lastElement = last($array); @endphp @if($lastElement['id'] != $blog->id) @endif @endforeach @endif --}} @endsection @push('js') @endpush
I understand that Arogin may contact me and I give my consent.