@extends('layouts.AdminMaster') @section('content')

Assign resources

{!! Form::open(['url'=>'admin/vehicle/staff/assign', 'method'=>'POST']) !!} {!! Form::close() !!}
Staff Vehicle
@foreach($staffs as $staff) @endforeach
Staff id Staff Name Vehicle No Vehicle type #
{{$staff->staff_id}} {{$staff->first_name. ' '. $staff->last_name}} {{$staff->vehicle->no}} {{$staff->vehicle->name}}
@endsection