@extends('admin/layouts/default') {{-- Page title --}} @section('title') invoice @parent @stop @section('content') Invoices Dashboard invoices invoices invoice {{ $invoice->id }}'s details id{{ $invoice->id }} number{{ $invoice['number'] }} date{{ $invoice['date'] }} buyer_id{{ $invoice['buyer_id'] }} amount{{ $invoice['amount'] }} delivery_charges{{ $invoice['delivery_charges'] }} @stop