@extends('admin.layouts.master') @section('title', 'Edit Manual Payment Gateway - Admin') @section('maincontent') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit Manual Payment Gateway') }}
{{ csrf_field() }} {{ method_field('PUT') }}
@error('name') {{ $message }} @enderror

@error('detail') {{ $message }} @enderror
{{ __('Recommended size') }} {{__('410 x 410px')}}
{{ __('Upload')}}
@if($image = @file_get_contents('../public/images/manualpayment/'.$payment->image))
@else
User Image
@endif

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


@endsection @section('script') @endsection