{{ __('pages.banner') }}
@if (count($errors) > 0)
@if($errors->any())
{{$errors->first()}}
@endif
@endif
@if (session('status'))
{{ session('status') }}
@endif
{{ __('#') }} | {{ __('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 |