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

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

{{ __('Upload') }}



@endsection @section('script') @endsection