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

Edit Visa

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
@php //$data=\App\Models\ViServicePrice::where('service_id',$details->visa->id)->first(); @endphp
@stop @section('css') {{-- Add here extra stylesheets --}} @stop @section('js') @stop