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

{{__('obs.pricewise')}} {{__('obs.closing')}} {{__('obs.list')}}

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

# {{__('obs.date')}} {{__('obs.note')}} {{__('obs.price')}} {{__('obs.quantity')}} {{__('obs.total')}}
@include('admin.global.loader')
@endsection @section('script') @endsection