@extends('layouts.master') @section('page_title','Edit User') @section('title','User Details') @section('main_item','User') @section('sub_item','Edit User') @section('content')

Edit User

@csrf @method('PUT')
@can('branch_access')
@endcan
business_location != '1') style="display: none" @endif>
Select All Deselect All
@if ($errors->has('roles'))
{{ $errors->first('roles') }}
@endif
@endsection @section('scripts') @endsection