@extends('buyer.layouts.main') @section('title') Add Invoice @endsection @section('content')

Add Invoice

@csrf

Add Payment Slip

@if(Session::has('success'))
@endif @if(Session::has('fail'))
@endif @endsection