@extends('layouts.app') @section('content')
@csrf {{ method_field("PUT") }}

Data {{ $title }}

A. User

Detail {{ $title }}

@for ($i = 0; $i < count($data->detail); $i++)
@endfor

Total :   Rp.0  
   

@endsection