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

Edit {{$section}} Document Points

@stop @php $index_count1=1; @endphp @section('content')
@csrf
@if(!empty($techstack_headings->points)) @foreach($techstack_headings->points as $value)
@endforeach @endif
@stop @section('js') @stop