@extends('backEnd.master') @section('page-title', app('general_setting')->site_title) @section('mainContent')

{{ __('common.select') }} {{ __('common.payment_method') }}

{{$errors->first('seller_id')}}
@if(isset($payment_method_id))

{{ __('common.payment') }}

{{ __('common.sl') }} {{ __('common.user') }} {{ __('common.amount') }} {{ __('common.payment_method') }} {{ __('common.payment') }} {{ __('common.details') }} {{ __('common.txn_id') }} {{ __('common.date') }}
@endif
@endsection @push('scripts') @endpush