@extends('admin.layout.master') @section('page_title',ucfirst($type)) @section('title','Add '.ucfirst($type)) @section('container') @if(Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('errors'))
@foreach ($errors->all() as $error) {{ $error }}
@endforeach
@endif
{{csrf_field()}}

Pay Using

Payment Summary

Service Total
Service Amount Payable
Total Service Amount
Amount Payable

@endsection