@extends('layouts.app')
@section('head')
@include('layouts.partials.headersection',['title'=>'Banner Ads'])
@endsection
@section('content')
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| {{ __('Image') }} |
{{ __('Url') }} |
{{ __('Last Modified') }} |
{{ __('Delete') }} |
@if(!empty($row))
 }}) |
{{ $row->slug }} |
{{ $row->updated_at->diffForHumans() }} |
|
@endif
@endsection
@push('js')
@endpush