@extends('layouts.app') @section('meta_title',$page->meta_title) @section('meta_keywords',$page->meta_keyword) @section('meta_description',$page->meta_description) @section('meta_image') @if($page->image) content="{{ Request::root() }}/storage/{{$page->image}}" @else content="{{ Request::root() }}/images/logo-2.png" @endif @endsection @section('content')
 
about_us_img

Warning: Undefined variable $page in /home/excellentbond/public_html/resources/views/PublicPages/page.blade.php on line 39

Warning: Attempt to read property "description" on null in /home/excellentbond/public_html/resources/views/PublicPages/page.blade.php on line 39

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/excellentbond/public_html/resources/views/PublicPages/page.blade.php on line 42
@endsection