@extends('layouts.app') @section('title', __('user.update_user')) @section('content')
{{ __('user.user_details') }}
{{-- CSRF Protection --}} @csrf @method('PUT')

is_allowed_all_warehouses) ? 'checked' : '' }}>
{{-- Initially Hidden --}}
@endsection @section('js') @endsection