@extends('layouts.main') @section('page-style') @endsection @section('page-script') {{-- --}} @endsection @section('content')

@include('layouts.notifications')
Detail Payment Manual
@if (isset($detail['manual_payment_methods'])) @foreach ($detail['manual_payment_methods'] as $key => $payment)

@if (isset($payment['manual_payment_tutorials'])) @foreach ($payment['manual_payment_tutorials'] as $row => $tutorial)

@endforeach @endif
Delete Payment


@endforeach @endif
{{ csrf_field() }}
@endsection