@extends('layouts.backend.app') @section('content') @include('layouts.backend.partials.headersection',['title'=>'All Media Files'])
@foreach($medias as $row) @endforeach
{{ __('File') }} {{ __('User Id') }} {{ __('Url') }} {{ __('Directory') }} {{ __('Uploaded At') }}
@if (Amcoders\Plugin\Plugin::is_active('shop')) #{{ $row->user_id }} @else #{{ $row->user_id }} @endif {{ Str::limit($row->url, 30) }} {{ $row->path }} {{ $row->created_at->diffforHumans() }}
{{ __('File') }} {{ __('User Id') }} {{ __('Url') }} {{ __('Directory') }} {{ __('Uploaded At') }}
{{ $medias->links() }}
@endsection @section('script') @endsection