@extends('admin.layout.master') @section('title', 'الخصوصية') @section('content')

الخصوصية

الخصوصية

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