@extends('admin.layout.master') @section('title', 'اضافة البيانات للعميل') @section('content')

اضافة البيانات للعميل

اضافة البيانات

@csrf
@if ($errors->has('user_name')) {{ $errors->first('user_name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('identification_number')) {{ $errors->first('identification_number') }} @endif
@if ($errors->has('mobile_number')) {{ $errors->first('mobile_number') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('active')) {{ $errors->first('active') }} @endif
@stop