@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)