@extends('layouts.master') @section('title') @lang('Invoice Payment') @endsection @section('css') @endsection @section('content') @include('partials.session')
@csrf
@foreach ($methods as $item) @endforeach
@endsection @push('script') @endpush