@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

Payment Items List

#Page-ID
@if(session()->has('success')) @endif

Payment Items List

@foreach($paymentitems as $paymentitem) @endforeach
Code Name Type Price Doctor Commission Quantity Action Delete
{{$paymentitem->code}} {{$paymentitem->name}} {{$paymentitem->type}} {{$paymentitem->price}} {{$paymentitem->commission}} {{$paymentitem->quantity}}
@method('DELETE') @csrf
@endsection @section('scripts') @endsection