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

الاعدادات

@include('admin.layout.message')
@csrf @method('PATCH')
@if ($errors->has('about_ar')) {{ $errors->first('about_ar') }} @endif
@if ($errors->has('about_en')) {{ $errors->first('about_en') }} @endif
@if ($errors->has('terms_ar')) {{ $errors->first('terms_ar') }} @endif
@if ($errors->has('terms_en')) {{ $errors->first('terms_en') }} @endif
@stop