@extends('layouts.master') @section('admincontent')

Visa Type

@if (Session::has('success')) @endif
{{--

Sales

--}}
{{--
{{ $dataTable->table(['class' => 'table table-bordered table-hover table-striped w-100']) }}
--}} @php($count = 0) @foreach ($visadata as $visadatas) @endforeach         
Sr.No Name Remark Action
@php($count++) {{ $count }} {{ $visadatas->name}} {{ $visadatas->remark}}
{{-- --}}
@method('DELETE') @csrf
@endsection {{-- {{ $dataTable->scripts(attributes: ['type' => 'module']) }} --}}