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

{{__('Story')}}

{{__('Edit Story')}}

@endsection @section("content")

{{__('Edit Story')}}

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

@endsection @section("scripts") @endsection