@extends('layouts.admin') @section('title', 'Purchase Order Invoice') @section('styles') @endsection @section('breadcrumb-title', 'Invoice') @section('breadcrumb-item') @endsection @section('content')
Make Payment
@csrf
@include('includes.partials.error', ['field' => 'method'])
@include('includes.partials.error', ['field' => 'amount'])
@include('includes.partials.error', ['field' => 'date'])

@endsection @section('scripts') @endsection