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

{{__("Why Sahla")}}

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

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

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

@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