@extends('layouts.default', ['appTopMenu' => true]) @php use App\Models\inventory\Issue_model; use App\Models\inventory\Purchase_model; @endphp @section('title','Dashboard') @push('scripts') @endpush @section('content')
@if (session('status'))
{!! session('status') !!}
@elseif(session('failed'))
{{ session('failed') }}
@endif @if(\Session::has('success'))
{{\Session::get('success')}}
@endif
AMC Report
{!! Form::Label('District', 'Select District') !!} {{ $errors->first('district') }}
{!! Form::Label('Taluka', 'Select Taluka') !!}
{{ $errors->first('bench_id') }}
{!! Form::Label('product', 'By Product') !!} {{ $errors->first('product') }}
{!! Form::Label('Model', 'By Model') !!}
{!! Form::Label('date', 'By Till Date') !!}
{{ $errors->first('till_date') }}
@endsection