@extends('layouts.app-template') @section('content')

User Management

@yield('action-content')
@endsection {{-- THIS MUST BE AFTER @endsection SO IT LOADS AT PAGE BOTTOM --}} @section('scripts') @yield('page-scripts')