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