@extends('layouts.main') @section('title', 'View User') @section('content') @push('head')
@endpush
{{ __('View User')}}
{{ __('View User')}}
{{ __('List of Users')}}
{{ __('View User')}}
{{ __('Switches')}}
{{ __('Single Switche')}}
{{ __('Multiple Switches')}}
{{ __('Enable Disable Switches')}}
{{ __('Enable')}}
{{ __('Disable')}}
{{ __('Color Switches')}}
{{ __('Switch Sizes')}}
{{ __('User Information')}}
{{ __('Name')}}
{{ __('Email address')}}
{{ __('Branch')}}
{{ __('Roles')}}
@foreach($roles as $id => $roles)
roles()->pluck('name', 'id')->contains($id)) ? 'selected' : '' }}>{{ $roles }}
@endforeach
{{ __('Back to List')}}
@push('script') @endpush @endsection