@extends('admin.layouts.app') @push('topnav')   Create @if ($_GET['type'] == 'level1' || $_GET['type'] == 'admin') GARC PLI Admin @elseif($_GET['type'] == 'level2') GARC PLI – User 1 @elseif($_GET['type'] == 'level3') GARC PLI – User 2 @elseif($_GET['type'] == 'customer') PLI Applicant @else User @endif   @endpush @section('content')
@csrf
@if($_GET['type'] == 'customer')
@endif
Cancel
@endsection