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

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

{{--
Add Points
--}} @stop @php $index_count1 = 1; @endphp @section('content')
{{-- Breadcrumbs if needed --}} @if ($errors->any())
@endif
@csrf
{{--
--}}
@stop @section('css') @stop @section('js') @stop