@extends('header.header') @section('content')
{{__('Edit About Us')}}
id)}}" enctype="multipart/form-data" > @csrf @method("put")
{{__("English About Us")}}
{{inputValue("text_en", $about)}}
@error("text_en")
{{$message}}
@enderror
{{__("Arabic About Us")}}
{{inputValue("text_ar", $about)}}
@error("text_ar")
{{$message}}
@enderror
{{__('Save')}}
@endsection