@extends('panel::layouts.master', ['title' => 'تعديل الصورة']) @section('content')
  • قائمة الصور
  • تعديل الصورة
  • تعديل الصورة

    @csrf @method('put')
    {{ $image->alt_text }}
    {{ asset('storage/' . $image->file_path) }}
    @endsection @push('scripts') @endpush