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

{{__("About Us")}}

{{__("Create About")}}

@endsection @section("content")

{{__("Create New About Us")}}

@csrf
@error("about_en")
{{$message}}
@enderror
@error("about_ar")
{{$message}}
@enderror
@error("image")
{{$message}}
@enderror
@endsection @section("scripts") @endsection