@extends('layout.layout') @section('title') {{ env('APP_NAME') }} | Users @endsection @section('header-section') @endsection @section('header')

Template

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua

AdminLTE Logo
@endsection @section('content') {{-- place your content here --}} @endsection {{-- this is the modal section where you can configure the content(modal-body and the modal-header) --}} {{-- the submit button is inside the layout --}} @section('modal-title') User Maintenance @endsection @section('modal-content') {{-- place your forms here --}} @endsection @section('scripts') {{-- @include('users.script') --}} @endsection