@extends('layout.with-main') @section('title') Watchlist {{ __('common.search') }} - {{ __('staff.staff-dashboard') }} - {{ config('other.title') }} @endsection @section('meta') @endsection @section('breadcrumbs') @endsection @section('page', 'page__staff-watchlist--index') @section('main') @livewire('watchlist-search') @endsection