@extends('layout.default') @section('title') Warnings Log - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__warning-log--index') @section('main') @livewire('warning-log-search') @endsection