@extends('layouts.user', ['header' => true, 'nav' => true, 'demo' => true, 'settings' => $settings]) @section('css') @endsection @section('content')
@if (!empty($media) && $media->count()) @foreach ($media as $gallery)
{{ strlen($gallery->media_name) > 20 ? mb_substr($gallery->media_name, 0, 20)."..." : $gallery->media_name }}
{{ __('Upload on:') }} {{ $gallery->created_at->format('d-m-Y h:i A') }}
@endforeach @else

{{ __('No media found') }}

{{ __('Try adjusting your add to find what you are looking for.') }}

@endif
{{-- Pagination --}} {{ $media->links() }}
@include('user.includes.footer')
@section('scripts') @endsection @endsection