@extends('layouts.grain') @section('title', 'Dashboard') @section('content') @include('components.notification')
{{ $user->id ? 'Edit' : 'Create New' }} User
@if($user->id) @endif @csrf
@if(!$user->id)
@endif
@endsection