@extends("layouts.dashboard.app") @section("page-nav-title")

Website Gallery

Edit Website Gallery

@endsection @section("content")

{{__('Edit Website Gallery')}}

id)}}" enctype="multipart/form-data"> @csrf @method('put')
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("gallery")
{{$message}}
@enderror

@endsection @section("scripts") @endsection