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

Units

@include('validate')

Units

@if($action == 'CREATE')
@csrf
@endif @if($action == 'UPDATE')
@csrf @method('PUT')
@endif
@forelse ($unitList as $unitKey => $unit) @empty @endforelse
# Unit Name Short Code Action
{{ $unitKey+1 }} {{ $unit->unit_name }} {{ $unit->unit_code }}
No Details Found.
@endsection @push('scripts') @endpush