@extends('admin.master_layout') @section('header') @parent @endsection @section('side_navbar') @parent @endsection @section('contant')
@csrf @method('PUT')

  Edit User

@if($user->user_type == 'School')
@endif
@if($user->user_type != 'School')

Rolls

@php $uid_roll = $user->id; $roll = App\Http\Controllers\AuthController::getRoll($uid_roll); @endphp
customer_support == 1) checked @endif>
user_profile == 1) checked @endif>
student == 1) checked @endif>
school == 1) checked @endif>
bus_admin == 1) checked @endif>
advance_team == 1) checked @endif>
track_ba == 1) checked @endif>
bus_driver == 1) checked @endif>
vehicle == 1) checked @endif>
operation == 1) checked @endif>
payment == 1) checked @endif>
report == 1) checked @endif>
request == 1) checked @endif>
feedback == 1) checked @endif>
notification == 1) checked @endif>
expense == 1) checked @endif>
setting == 1) checked @endif>
@endif
@endsection