@extends('adminsection.layouts.master') @section('title') Visa Index || @parent @stop @section('page-title') Visa Index @stop @section('main-content')
Add New
@foreach($visas as $visa) @endforeach
# Country Actions
{{$loop->iteration}} {{$visa->country->name}} Edit Delete View
{{$visas->links()}}
@stop