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

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

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

@csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @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('status')) {{ $errors->first('status') }} @endif
@stop