@extends('admin.template.master') @section('title', $title) @section('content')
{{-- --}}

Banners List

@include('admin.partials.flash_message') @if(count($policies) > 0) @foreach($policies as $k=>$u) @endforeach @else @endif
S.No Title Image Description Created On Featured Action
{{ ++$k }} {{ $u->title }} @if($u->image) @else Your image will appear here. @endif {{ substr($u->short_description, 0, 100) }} {{ Carbon\Carbon::parse($u->created_at)->format('d-M-Y H:i:s') }} @if($u->status == 0) Set as Featured @else($u->status == 1) Featured @endif  
No Data Found
S.No Title Image Description Created On Featured Action
@endsection