@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

Equipment Request Form

Containers For Inspection

@foreach ($containers as $container) @endforeach
No. Container Number Container Size Container Type Location Other Features EDIT DELETE
{{$loop->index + 1}} {{strtoupper($container->number)}} {{strtoupper($container->size)}} {{strtoupper($container->type)}} {{strtoupper($container->location)}} {{strtoupper($container->other_features)}} EDIT
No. Container Number Container Size Container Type Location Other Features EDIT DELETE
@endsection @section('more-scripts') @endsection