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

Edit {{$section}} Section

@stop @php $index_count1=1; @endphp @section('content')
{{--
@csrf @method('DELETE')
--}} Points Document
@if ($errors->any()) @endif
{{ csrf_field() }}
@if(!empty($serviceType) && $serviceType->media_type == 'I') @endif
@stop @section('css') @stop @section('js') @stop