@extends('layouts.admin.base-dashboard') @section('title', 'Edit Capster') @section('content') @include('layouts.admin.include.message')
@csrf @method('PATCH')
Edit Capster Transaction
@error('capster_id')
{{ $message }}
@enderror
@foreach ($transctionCapsterDetails as $key => $value) @endforeach
Service Name Service Qty Service Price Total Price Action

Total: {{ $transactionCaspter->total }}
@endsection @push('script') @endpush