@extends('layouts.master') @section('content') @php $getAuthUserTypeId = getAuthUserTypeId(); @endphp
@if($getAuthUserTypeId == 7 || $getAuthUserTypeId == 1) @endif @if($getAuthUserTypeId == 1) @endif
@endsection()