@extends('admin.layouts.app') @push('styles') @include('datatable.css.data_table_css') @endpush @section('container')
{{-- Create Supplier--}}

Supplier Payment Edit

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@endsection @push('scripts') @include('datatable.js.data_table_js') {{-- {!! $dataTable->scripts() !!} --}} @endpush