@extends('platform::dashboard') @section('title') {{ __($name) }} @endsection @section('description') {{ __($description) }} @endsection @section('controller') base @endsection @section('navbar') @foreach($commandBar as $command)
  • {!! $command !!}
  • @endforeach @endsection @section('content')
    @stack('modals-container')
    {!! $layouts !!} @csrf @include('platform::partials.confirm')
    @endsection