@extends('layouts.app') @section('content')
@csrf @if($payment->id) @method('PUT')

編輯: {{ $payment->project->title }} - payment id:{{ $payment->id }}

@endif
@if($payment->id) 回專案 @endif
@endsection