@extends('adminlte::page') @section('title', $section.' Documents') @section('content_header')

Edit '{{$section}}' Document Section

@stop @php $index_count1=1; @endphp @section('content')
@if ($errors->any()) @endif
{{ csrf_field() }}
@if(!empty($serviceType)) @foreach($serviceType as $value)
@if(!empty($value->points))
    @foreach($value->points as $point)
  • @if(!empty($point->icon)) @endif {{$point->heading_value}}
  • @endforeach
@endif
@endforeach @endif
@stop @section('css') {{-- Add here extra stylesheets --}} {{-- --}} @stop