@extends('layouts.app') @include('layouts.navbar') @section('head') @parent @endsection @section('content')

Add Panel

@csrf
@endsection @section('scripts') @parent @endsection