{{ __('Banners') }}

{{ __('Create banner') }}
{{-- --}} {{-- @if ($search !== '') @endif --}}
@forelse ($banners as $banner) @empty @endforelse
{{ __('Image') }} {{ __('State') }} @if ($sortField == 'states_id') @if ($sortDirection == 'desc') @else @endif @endif {{ __('Status') }} @if ($sortField == 'active') @if ($sortDirection == 'desc') @else @endif @endif {{ __('Actions') }}
{{ $banner->name }} @if ($banner->active) @php $statusText = __('Active') @endphp @else @php $statusText = __('Inactive') @endphp @endif {!! $banner->active ? '' . $statusText . '' : '' . $statusText . '' !!}
No se encontraron registros al mostrar {{ $perPage }} resultados por página
{{ $banners->links() }}