@extends('adminlte::page') @section('title', 'Edit Points '.$section.' Section') @section('content_header')

Edit Points {{$section}} Section

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif

NOTE: Title is required

{{ csrf_field() }}
@if(!empty($serviceIcons)) @foreach($serviceIcons as $value)
@if($section == 'price')
@if($servicess->is_schengen == '1')
@endif
show_govt ? 'checked' : '' }}>
show_visa ? 'checked' : '' }}>
show_vfs ? 'checked' : '' }}>
show_app ? 'checked' : '' }}>
@else
@if($value->image) @endif
@endif
@endforeach @endif
@if($section == 'price') @if($serviceIcons->isEmpty())
@if($servicess->is_schengen == '1')
@endif
@endif @else
@if(!$similarServices->isEmpty())
@endif @endif
@if($section != 'price')
@endif
@stop @section('css') @stop @section('js') @stop