@section('title','View Banner') @push('style') @endpush @push('script') @endpush
{{-- Content --}}
{{$banner->name }}
{{$banner->status==1 ? 'Active' : 'Inactive'}}