@extends('adminlte::page') @section('title', 'Add Staff') @section('content_header')

Add New Staff

@stop @section('content')
@csrf
@foreach($roles as $role)
name, old('roles', [])) ? 'checked' : '' }}>
@endforeach
Cancel
@stop