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

الاعدادات

الاعدادات

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