@extends('layouts.app') @section('title', config('app.name') . ' - Edit Merchant') @php $photoUrl = !empty($merchant->merchant_photo) ? asset($merchant->merchant_photo) : asset('assets/images/no_image.png'); @endphp @section('content')
Edit Merchant
Silahkan isi formulir di bawah untuk mengedit data merchant.
@csrf
Foto Merchant
Klik foto untuk mengubah

+62
@endsection