@extends('layouts.app')
@section('meta_title',$division->meta_title)
@section('meta_keywords',$division->meta_keyword)
@section('meta_description',$division->meta_description)
@section('meta_image')
@if($division->image)
content="{{ Request::root() }}/storage/{{$division->image}}"
@else
content="{{ Request::root() }}/images/logo-2.png"
@endif
@endsection
@section('content')
@if($division->image)
@endif
{{ $division->name }}
@if($division->description)
Warning: Undefined variable $division in /home/excellentbond/public_html/resources/views/PublicPages/division.blade.php on line 25
Warning: Attempt to read property "description" on null in /home/excellentbond/public_html/resources/views/PublicPages/division.blade.php on line 25
Deprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /home/excellentbond/public_html/resources/views/PublicPages/division.blade.php on line 25
@endif
@endsection