@extends("admin/layouts.master") @section('title','Invoice Setting |') @section("body")
Invoice Setting
{{csrf_field()}}

(Please Enter Order Prefix)

(Please Enter Prefix)

(Please Enter Postfix)



Note : Invoice No. is That Like From Where you want to Start Your Invoice No.

If your Prefix: ABC, Postfix: XYZ or Invoice No. Start From : 001

Than your first Invoice no. will be:

ABC001XYZ

(Please Enter COD Prefix)

(Please Enter COD Postfix)

(Enter terms which display on invoice bottom )

(It will display on Invoice at bottom right )

@php $seal = @file_get_contents(public_path().'/images/seal/'.$Invoice->seal); @endphp @if($seal)

Preview:

{{ $Invoice->seal }} @else

No Image Found !

@endif

(It will display on Invoice at bottom left )

@php $sign = @file_get_contents(public_path().'/images/sign/'.$Invoice->sign); @endphp @if($sign)

Preview:

{{ $Invoice->sign }} @else

No Image Found !

@endif
@endsection