@extends('layouts.app') @section('header')
@endsection @section('content') @if(empty($suppliers)) @else
{{ csrf_field() }}

@endif @endsection @section('scripts') @include('payment.purchase.inc.script') @endsection