@extends('layouts.contentLayoutMaster') @section('title', 'تعديل حساب ') @php $breadcrumbs = [[['link' => route('users.index'), 'name' => "حسابات المستخدمين"], [ 'name' => "تعديل حساب "]],['title' => 'تعديل حساب']]; @endphp @section('vendor-style') @endsection @section('page-style') {{-- Page Css files --}} @endsection @section('content') @component('components.forms.formCard',['title' => sprintf('تعديل حساب المستخدم %s', $user->getFullName()) ]) {{ Form::model($user ,['route' => ['users.update', $user->id],'method'=> 'PUT' , 'class' => 'row','id' => 'adminform']) }} @if ($errors->any())