@extends('layouts.app')
@section('content')
@include('riport.components.filter')
{{--
--}}
@endsection
@push('scripts')
@endpush
@section('title')
{{ __('meta.title.contracts') }}
@endsection
@section('description')
{{ __('meta.description.contracts') }}
@endsection