@extends('app.layout') @section('sub_content')
{{__('Planning')}}
home
{{__('Home')}}
{{__('Box')}}
@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @livewire('planning-component')
@endsection