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