@extends('merchant.layouts.master') @section('breadcrumb') @include('merchant.components.breadcrumb',['breadcrumbs' => [ [ 'name' => __("Dashboard"), 'url' => setRoute("merchant.dashboard"), ] ], 'active' => __(@$page_title)]) @endsection @section('content')

{{ __('Select Type') }}

@csrf
{{ __('Payment Page') }}
@include('admin.components.form.input-file',[ 'label' => __("Image").":", 'name' => "image", 'class' => "file-holder payment-link-image", 'old_files_path' => files_asset_path("site-section"), 'old_files' => $data->value->items->image ?? "", ])

{{ __('Preview') }}

@endsection @push('script') @endpush