@extends('admin.layout.master') @section('title', 'مستخدمين دائمين') @section('content')

مستخدمين دائمين

تعديل البيانات

@csrf @method('PATCH')
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('mobile')) {{ $errors->first('mobile') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('days')) {{ $errors->first('days') }} @endif
@if ($errors->has('clothes_count')) {{ $errors->first('clothes_count') }} @endif
@stop @section('scripts') @stop