@extends('layouts.admin.main') @section('title', 'user') @section('header')
@endsection @section('content')
@if (isset($users))

Edit Admin User

@else

Add Admin User

@endif
@include('layouts.messages')
@csrf

Tab View Example

This is the details section that opens on single click. It could contain more info about the tab.
This is the button description that opens on double click. It explains what the button does.
User Details
@if (isset($users)) @endif
{{-- --}}
@if (!isset($users))
@endif
@if (isset($users)) @else @endif Cancel
@endsection