@extends('dashboard.layouts.app') @section('content')
Assign Item to Staff
Back
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
@if(isset($staffId)) @endif
You can select multiple items
@endsection @push('scripts') @endpush