@extends('layouts.admin_master') @section('content') A simple, clean, and responsive HTML invoice template

SEP Company Ltd.

Invoice #: {{$data->id }}
Created: {{$data->created_at }}
SEP Company Ltd.
GEC
Chittagong, Bangladesh
{{ $data->company }}
{{ $data->customer_name }}
{{ $data->customer_mail }}
Details #
Product Name {{ $data->product_name }}
Product Quantity {{ $data->quantity }}
Unit price {{ $data->price }}
Total price {{ $data->total }}
Payment {{ $data->payment }}
Due {{ $data->due }}
Status Product on Delivery
@section('script') @endsection @endsection @section('script')