@extends('admin.layouts.master') @section('title', $user->exists ? 'تعديل مستخدم' : 'مستخدم جديد') @section('page-header')
المستخدمين

{{ $user->exists ? 'تعديل: '.$user->name : 'مستخدم جديد' }}

@endsection @section('content')
@csrf @if($user->exists) @method('PUT') @endif
exists ? '' : 'required' }}>
@foreach($roles as $role)
@endforeach
@endsection