@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")

{{__("About Banners")}}

{{__("All About Banners")}}

@endsection @section("content") @include("includes.dialog") @if (Session::has('Error'))
{{ Session::get('Error') }}
@endif
@foreach($banners as $banner) @endforeach
{{__("ID")}} {{__("Banner One")}} {{__("Banner Two")}} {{__("Banner Three")}} {{__("Home Banner")}} {{__("contact_us")}} {{__("Controls")}}
{{$banner->id}} @if($banner->getFirstMediaFile("banner_one")) url}}" width="100px" height="100px" alt=""> @endif @if($banner->getFirstMediaFile("banner_two")) url}}" width="100px" height="100px" alt=""> @endif @if($banner->getFirstMediaFile("banner_three")) url}}" width="100px" height="100px" alt=""> @endif @if($banner->getFirstMediaFile("home_banner")) url}}" width="100px" height="100px" alt=""> @endif @if($banner->getFirstMediaFile("contact_us")) url}}" width="100px" height="100px" alt=""> @endif $banner->id])}}" class="control-link edit">
@endsection @section("scripts") {{-- --}} @endsection