@extends('layouts.app') @section('stitle', 'GRN Report') @section('title', __('messages.GRNReportView')) @section('content')
@if($from != null && $to!=null)

{{__('messages.FromDate')}}

{{__('messages.ToDate')}}

@elseif(isset($rangeCalendar))

{{__('messages.date')}}

@else

{{__('messages.CurrentDate')}}

@endif

Supplier

@if($supplier =='all_suppliers') @else @endif
{{--

Table Hover Animation

--}}
{{-- --}} @foreach($grn as $task) {{-- --}} @endforeach
{{__('messages.BusinessName')}}{{__('messages.REFERENCE')}} {{__('messages.POReference')}} {{__('messages.Supplier')}} {{__('messages.Destination')}} {{__('messages.STATUS')}} {{__('messages.CreatedBy')}} {{__('messages.created_at')}}
{{$task->grnCreatedBy->business_name}}{{ $task->reference }} {{ $task->po_reference }} {{ $task->grnSupplier->name }} {{ $task->grnWarehouse->name }} {{ $task->status }} {{ $task->grnUser->name }} {{ $task->created_at }}
@endsection @push('my_scripts') @endpush