@extends('layouts.app')
@push('styles')
@endpush
@section('content')
@include('work_components.messages')
| No. |
Name |
Actions |
@foreach ($data as $keysystem)
| {{ $loop->iteration }} |
{{ $keysystem->name }} |
Edit
|
@endforeach
@endsection
@push('footer-script')
@include('work_components.delete_confirm')
@endpush