Upload Media


  • Upload
  • Library
Upload Files
@error('upload_file') {{$message}}@enderror
@if (count($upload_file) > 0) @foreach ($upload_file as $upload_file_single)
{{ $upload_file_single->getClientOriginalName() }}
@if(get_media_icon($upload_file_single->getClientOriginalExtension())) @else @endif
@endforeach @endif
Search
@if (isset($media_extentions))
Compatible
Type
@endif
@foreach ($libraries as $library_value) @if(has_image_by_url($library_value->url))
@if ($media_id == $library_value->id) @endif @if ($library_value->type == 'image') @elseif ($library_value->type == 'video') @else @endif
@endif @endforeach @if(count($libraries)==0)
@include('layouts.empty')
@endif
@php $img_item = \App\Models\Media::find($media_id) @endphp @if($use_setting && $img_item)
@foreach(config('custom.image_contents') as $img_content_item)
{{$img_content_item['title']}}
@endforeach
Save Changes Saving..
@endif
@error('media_id') Please select image first ! @enderror
@if ($tab == 'library') @else @endif