@extends('layouts.app-admin') @section('content')
You are here:
@if(count($invoice)>0) @foreach($invoice as $invoice) @endforeach @endif
Invoice Number Date Amount
{{$invoice->invoice_number_gen}} {{$invoice->invoice_date}} {{$invoice->invoice_amount}} View
@stop @section('script')