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