@extends('admin/layouts/contentLayoutMaster') @section('title', 'Banners') @section('content')

Banners

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($banner)>0) @foreach ($banner as $key=>$banner1) @endforeach @else @endif
ID Type Name Image Added / Modified date Action
{{ $banner1->id }} {{ $banner1->type }} {{ $banner1->name }}

Created : {{ $banner1->created }}

Modified : {{ $banner1->modified }}

No record found!
{{$banner->links()}}
@endsection