@extends('admin.template.master') @section('title')

Brac Master Payments

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

Order ID Payment ID Customer Date
@endsection @section('javascripts') @endsection