@extends('layouts.app', ['activePage' => 'listBanner', 'titlePage' => __('Banners List')]) @section('content')


@if (count($errors) > 0) @if($errors->any()) @endif @endif @if (session('status')) @endif
@foreach ($listBanner as $key=>$user) @endforeach
{{ __('#') }} {{ __('pages.image') }} {{ __('pages.name') }} {{ __('pages.product') }} {{ __('pages.url') }} {{ __('pages.expiry') }} {{ __('pages.action') }}
{{ $key+1}} {{ $user->product_name}} {{ $user->banner_url}} {{ date('Y-m-d', strtotime($user->banner_expired_date)) }} @if($user->banner_status == 0) refresh @endif @if($user->banner_status == 1) close @endif edit
@endsection @push('js') @endpush