@extends('admin.layout.master') @section('title','DISTRIBUTION') @section ('content')

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

@csrf {{--
--}}
{!!getDateInput('date_from','date_from',Request()->date_from)!!} {{-- --}}
{!!getDateInput('date_to','date_to',Request()->date_to)!!} {{-- --}}
{{--
--}}
@endsection @section('script') @endsection