@extends('admin.layout.master') @section('title','SELL') @section('custom_style') @endsection @section ('content')

{{__('obs.sells')}} {{__('obs.list')}}

@if(checkAuthPermission('sell.create'))
{{__('obs.add')}} {{__('obs.new')}}
@endif
@csrf
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}

@include('admin.global.loader')
{{-- --}}
@endsection @section('script') @endsection