@extends('admin.layouts.master') @section('title', 'Edit Manual Payment Gateway - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Edit Manual Payment Gateway') }} @endslot @slot('menu1') {{ __('Manual Payment') }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit Manual Payment Gateway') }}
{{ csrf_field() }} {{ method_field('PUT') }}
@error('name') {{ $message }} @enderror

@error('detail') {{ $message }} @enderror

{{ __('Upload') }}
@if($image = @file_get_contents('../public/images/manualpayment/'.$payment->image)) @endif

status == '1' ? 'checked' : '' }} />


@endsection @section('script') @endsection