@extends('admin.layout.master') @section('title', 'الاعدادات') @section('content')

@lang('admin.editAbout')

@lang('admin.editAbout')

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('details')) {{ $errors->first('details') }} @endif
@stop