@extends('header.header') @section('content')

{{__('Create About Us')}}

@csrf
@error("text_en")
{{$message}}
@enderror
@error("text_ar")
{{$message}}
@enderror
{{__('back')}}
@endsection