@extends('layouts.default') @push('scripts')
@endpush @section('content')
@csrf
Elimination Report between Dates
Establishment
@foreach($getRtoCodes as $getRtoCode)
{{$getRtoCode->est_code}}
@endforeach
From Date
*
To Date
*
@endsection