@extends('layouts.contentLayoutMaster') @php $breadcrumbs = [[['link' => route('users.index'), 'name' => "حسابات المستخدمين"], [ 'name' => "تسجيل مستخدم جديد"]],['title' => 'تسجيل مستخدم']]; @endphp @section('title', 'اضافة مستخدم') @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') @component('components.forms.formCard',['title' => 'اضافة مستخدم جديد' ]) {{ Form::open(['route' => 'users.store','method'=> 'POST' , 'class' => 'row','id' => 'createUserForm']) }} @if ($errors->any())