@if (Session::has('success'))
{{ Session::get('success') }}
@php
Session::forget('success');
@endphp
@endif
{{--
{{ $dataTable->table(['class' => 'table table-bordered table-hover table-striped w-100']) }}
--}}
Sr.No |
Name |
Remark |
Action |
@php($count = 0)
@foreach ($visadata as $visadatas)
@php($count++) {{ $count }} |
{{ $visadatas->name}} |
{{ $visadatas->remark}} |
|
@endforeach
@endsection
{{-- {{ $dataTable->scripts(attributes: ['type' => 'module']) }} --}}