@extends('adminlte::page') @section('title', 'blog') @section('content_header')

Additional Visa

@stop @section('content')
Add
@php $i= 1; @endphp @if(!empty($country)) @foreach($country as $value) {{--@if(isset($value->visa))--}} @php $from = DB::table('vi_countries')->where('id', $value->country->from_country_id)->value('name'); $to = DB::table('vi_countries')->where('id', $value->country->to_country_id)->value('name'); @endphp @php $i++; @endphp {{--@endif--}} @endforeach @endif
No. To Country From Country Title Visa Fee Govt. Fee Vfs Fee Appoinment Fee Actions
{{$i}}. {{$from ?? 'N/A'}} {{$to ?? 'N/A'}} {{$value->title ?? 'na'}} {{$value['vi_service_price']['visa_fee'] ?? null}} {{$value['vi_service_price']['govt_fee'] ?? null}} {{$value['vi_service_price']['vfs_fee'] ?? null}} {{$value['vi_service_price']['appoinment_fee'] ?? null}} Edit  Delete
@stop @section('css') @stop @section('js') @stop