@extends('admin.layouts.master') @section('title', __('lang.about_page')) @section('content')

{{ __('lang.about_page') }}

@csrf @method('PUT')
@if ($about->imageUrl()) {{ $about->company_name_ar }} @endif @error('image')
{{ $message }}
@enderror
{{ __('lang.save') }}
@endsection