@extends('adminlte::page') @section('title', 'TechStack Points for '.$page->name.' '.$type.' Section') @section('content_header')

TechStack Points Edit for {{$page->name}}'s {{$type}}

{{--
Edit Points
--}} @stop @php $index_count1 = 1; @endphp @section('content')
{{-- Breadcrumbs if needed --}} @if ($errors->any())
@endif
@csrf
{{--
--}}
@if(!empty($techstack_headings->points)) @foreach($techstack_headings->points as $value)
{{--
--}} {{--
@if($value->icon) @endif
--}}
{{--
--}}
@endforeach @endif
@stop @section('css') @stop @section('js') @stop