@extends('administrator.layouts.main') @section('content')

Pages

Detail

{{ $pages->title }}
@php echo $pages->description @endphp
@if($pages->same_as_default == 1)
Yes
@else
No
@endif
{{ $pages->title_an }}
{{ $pages->description_an }}
@if($pages->image != null)
image")}}" />
@endif
@if($pages->status == 1)
Active
@else
Inactive
@endif
@endsection @push('scripts') @endpush