@extends('layouts.app') @section('content')

{{trans('lang.banners')}}

@if(count($banners) > 0) @foreach($banners as $value) @if (file_exists(public_path('assets/images/banners'.'/'.$value->image)) && !empty($value->image)) @else @endif @endforeach @else @endif
{{trans('lang.photo')}} {{trans('lang.title')}} {{trans('lang.description')}} {{trans('lang.status')}} {{trans('lang.actions')}}
imageimage {{ $value->title}} {{$value->description}} @if ($value->status=="yes") @else @endif
{{trans("lang.no_result")}}
{{ $banners->Links('pagination.pagination') }}
@endsection @section('scripts') @endsection