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

Key System List

Add Key System
@include('work_components.messages')
@foreach ($data as $keysystem) @endforeach
No. Name Actions
{{ $loop->iteration }} {{ $keysystem->name }} Edit
@csrf @method('DELETE')
@endsection @push('footer-script') @include('work_components.delete_confirm') @endpush