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

{{__("Website About")}}

{{__("create new Website About")}}

@endsection @section("content")

{{__('Create New Website About')}}

@csrf
@error("title_en")
{{$message}}
@enderror
@error("title_ar")
{{$message}}
@enderror
@error("description_en")
{{$message}}
@enderror
@error("description_ar")
{{$message}}
@enderror

@endsection @section("scripts") @endsection