@extends("layouts.admin.app") @section("page-title") {{__("Edit Why Sahal")}} @endSection @section("page-nav-title")

{{__("Why Sahla")}}

{{__("Create Why Sahla")}}

@endsection @section("css-links") @endsection @section("content")

{{__("Edit Why Sahla")}}

$WhySahla->id])}}" enctype="multipart/form-data"> @csrf
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("description_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection