@extends('layout.app') @section('title') Payment Structure @endsection @section('pagetitle') Edit Payment Structure @endsection @section('content')
@include('includes.errors') @include('includes.success')
@csrf
% of basic = {{number_format($ed->paye)}}
@endsection @section('scripts') < @endsection