@php $edit = !empty($user->id); @endphp @extends('layouts.admin.master') @section('title') {{ $edit ? 'Edit' : 'Create' }} User @endsection @section('content')

{{ $edit ? 'Edit' : 'Create' }} User

Back
@csrf @if ($edit) @method('PUT') @endif
@endsection @push('css') @endpush @push('js') @endpush