@extends('layouts.dashboard') @section('pagehead', 'Add Payment') @section('bredcrumb-item-link',url('/home/payments')) @section('bredcrumb-item','All Payments') @section('content')
@include('layouts.notification')

@csrf
@endsection @section('scripts') @endsection