@include('layouts.vas') VAS Available @csrf VAS Service Duration @if($data['ernet_name_server_prices']) Select VAS Duration @foreach($data['ernet_name_server_prices'] as $price) @if($data['user_name_server'] != null) ernet_name_server_duration_year == $price->years) selected @endif>{{$price->years}} years @else {{$price->years}} years @endif @endforeach @endif Price Taxes ( {{ number_format(getmisc()->service_tax,2)}} % ) Total Amount Submit @include('layouts.vasfooter')