@extends('layouts.app')
@section('head')
@include('layouts.partials.headersection',['title'=>'Offer Ads'])
@endsection
@section('content')
@if(Session::has('error'))
{{ Session::get('error') }}
@endif
| {{ __('Image') }} |
{{ __('Url') }} |
{{ __('Created At') }} |
{{ __('Delete') }} |
@foreach($posts as $row)
 }}) |
{{ $row->slug }} |
{{ $row->updated_at->diffForHumans() }} |
|
@endforeach
@endsection
@push('js')
@endpush