@extends('layouts.admin.master') @section('title', 'Return') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
@if(count($errors) > 0) @endif @if($message = Session::get('success')) @endif
@forelse ($purchases as $purchase) @empty @endforelse
# Invoice No Date MOP Tax Vendor Branch Total Action
{{$loop->iteration}} {{ $purchase->invoice_no }} {{ $purchase->purchase_date }} {{ $purchase->payment_pode }} {{ $purchase->tax_type }} {{ $purchase->vendor->name }} {{ $purchase->branch->name }} {{ $purchase->grand_total }}
@endsection