@extends('backend.master') @section('title') রিপোর্ট @endsection @section('body') @php $auth = \Illuminate\Support\Facades\Auth::user(); @endphp @if($auth->user_type == 4 || strpos($auth->permission, 's') !== false || strpos($auth->permission, 't') !== false || strpos($auth->permission, 'u') !== false)

রিপোর্ট

@csrf
@if($auth->user_type == 4)
@endif
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection