@extends('layouts.dashboard') @section('content')

Edit Merchant Api Detail

@if (Session::has('message'))
@endif @php $route = route('merchant-api-detail.edit',['id'=>$list->id]); @endphp @include('admin.merchant-api-detail._form')
@endsection