@include('admin.components.sidebar')
@include('admin.components.header')
@csrf
@if (Session::has('success'))
×
{{ Session::get('success') }}
@elseif(Session::has('failed'))
×
{{ Session::get('failed') }}
@endif
Publish A Visa Page
Title
Select Country
{{--
country == 'India' ? 'selected' : '' }}>India
country == 'Japan' ? 'selected' : '' }}>Japan
--}} @foreach ($country as $menus)
country == $menus->country_name ? 'selected' : '' }}> {{ $menus->country_name }}
@endforeach
Apply now Button URL
Standard Time Duration*
Rush Time Duration*
Express Time Duration*
Payment Method
payment_type == '0' ? 'selected' : '' }}> Online Payment
payment_type == '1' ? 'selected' : '' }}> Contact Us
Is Price Show*
show_price == '0' ? 'selected' : '' }}> No
show_price == '1' ? 'selected' : '' }}> Yes
Whatsapp Number
Show Whatsapp Number
whatsapp_show == '0' ? 'selected' : '' }}> No
whatsapp_show == '1' ? 'selected' : '' }}>Yes
Support Number
Show Support Number
support_show == '0' ? 'selected' : '' }}> No
support_show == '1' ? 'selected' : '' }}> Yes
Extra Notes
is Other Documnet required
is_other == '0' ? 'selected' : '' }}> No
is_other == '1' ? 'selected' : '' }}> Yes
Page Url
Meta Data
Meta Title
Meta Description
@include('admin.components.footer')