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

Edit Staff Member

@stop @section('content')
@csrf @method('PUT')
@foreach($roles as $role)
name, old('roles', $staff->roles->pluck('name')->toArray())) ? 'checked' : '' }}>
@endforeach
@if($staff->photo) @endif
Cancel
@stop