@extends('AdminLte.template') @section('title') PHARMACY Purchase - Bill Upload @endsection @section('ExternalCss') @parent
@endsection @section('Content')
PHARMACY Purchase - Bill Upload
{{ Form::open(['action' => 'autoGrnController@create','autocomplete'=>'off', 'enctype'=> 'multipart/form-data', 'id'=>'autoGrnBillUpload']) }}
Store Name:
Supplier Name:
File Format:
@if($billNo == "")
Excel Upload:
Submit
@else
Bill No:
@endif
{{ Form::close() }}
@if(sizeof($unMappedProductId)!=0)
@php $sr = 0; @endphp @foreach($unMappedProductId as $unMappedProductIdList) @php $sr++; @endphp @if($sr%2==0) @else @endif @endforeach
Sr No.
Supplier Product Id
Supplier Product Name
Supp. Product Pack
Thims Product Name
Pack Size
Auto Mapped
Thims Product Id
{{$sr}}
Submit
Reset
+
@endif
@php $class = "alert-success"; if(session()->get('messageType') == 'success'){ $class = "alert-success"; }else if(session()->get('messageType') == 'error'){ $class = "alert-danger"; } @endphp @if(session()->has('message')) @if(session()->get('trnType')=='P')
×
{{"(#" . session()->get('trnType').session()->get('trnId'). ")"}}
{{session()->get('message')}}
@else
×
{{session()->get('message')}}
@endif @endif
@endsection @section('BootstrapModals') @include('Components/Bootstrap Modals/product_modal') @include('Components/Bootstrap Modals/category_modal') @include('Components/Bootstrap Modals/drug_modal') @include('Components/Bootstrap Modals/manufacture_modal') @include('Components/Bootstrap Modals/unit_modal') @include('Components/Bootstrap Modals/productgroup_modal') @endsection @section('ExternalJs') @endsection