@extends('layouts.app') @push('styles') @endpush @section('content')

Unit List

Add Unit
@include('work_components.messages')
@foreach ($data as $unit) @endforeach
No. Name Rent Payment Date Date Available Key System Actions
{{ $loop->iteration }} {{ $unit->name }} {{ $unit->rent }} {{ $unit->payment_date }} {{ $unit->date_available }} {{ $unit['keySystem']->name}} Edit
@csrf @method('DELETE')
@endsection @push('footer-script') @include('work_components.delete_confirm') @endpush