@extends('adminlte::page') @section('content')

Equipment List

Add Equipment @foreach ($equipment as $eq) @endforeach
ID Type Equipment ID Capacity Description Make Model No Serial No Year Status Remarks Actions
{{ $eq->id }} {{ $eq->eq_type }} {{ $eq->eq_id }} {{ $eq->capacity }} {{ $eq->description }} {{ $eq->make }} {{ $eq->model_no }} {{ $eq->ser_no }} {{ $eq->man_year }} {{ ucfirst($eq->status) }} {{ $eq->remarks }} Edit
@csrf @method('DELETE')
@endsection