@extends('layouts.list-layout')
@section('listCSS')
@endsection
@section('list-title')
@endsection
@section('list-form-content')
@php
$from = '';
$to = '';
@endphp
@if(Helpers::has_permission(Auth::user()->id, 'add_item'))
@endif
@endsection
@section('list-js')
@endsection