@extends('layouts.app') @section('title', 'Supplier Invoices') @section('content')
@if(session('success'))
{{ session('success') }}
@endif @if(session('danger'))
{{ session('danger') }}
@endif

Outstanding: £0.00

@csrf
@endsection @section('js') @endsection