@extends('backend.master') @section('title') সিস্টেম এডমিন @endsection @section('body') @if(Auth::user()->user_type == 0 || Auth::user()->user_type == 1 || strpos(Auth::user()->permission, 'চ') !== false)

সিস্টেম এডমিন

@include('backend.web-setting.system-admin.index')
@csrf

system_admin == 1 ? 'checked' : '' }} name="system_admin" id="system_admin1" value="1">
system_admin == 0 ? 'checked' : '' }} name="system_admin" id="system_admin2" value="0">
@else @include('backend.errors.404') @endif @endsection @section('script') @endsection