@extends('layouts.main') @section('title','Level User') @section('header','Level User') @section('breadcrumb') @endsection @section('content') @if($read)

Level User

@endif @endsection @push('custom-scripts') @if($read) @endif @endpush