@extends('backend.master') @section('title') রিপোর্ট @endsection @section('body') @php $auth = \Illuminate\Support\Facades\Auth::user(); $character = strpos($auth->permission, 'A'); $identity = strpos($auth->permission, 'B'); $unmarried = strpos($auth->permission, 'C'); $landless = strpos($auth->permission, 'D'); $successor = strpos($auth->permission, 'E'); $impaired = strpos($auth->permission, 'F'); $other_sanad = strpos($auth->permission, 'G'); $succession = strpos($auth->permission, 'K'); $family = strpos($auth->permission, 'ت'); $buildingConstruction = strpos($auth->permission, 'ফ'); $case = strpos($auth->permission, 'য়'); @endphp @if($auth->user_type == 0 || $auth->user_type == 1 || $auth->user_type == 3 || strpos($auth->permission, '6') !== false || strpos($auth->permission, 'g') !== false || $character !== false || $identity !== false || $unmarried !== false || $landless !== false || $successor !== false || $impaired !== false || $other_sanad !== false || $succession !== false || $family !== false)

রিপোর্ট

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