@extends('layouts.main') @section('content')
{{--
--}}
@method('GET') @csrf
@push('scripts') @endpush

{{isset($heading) ? $heading : ''}}

@endsection