@extends('theme::backend.layouts.app') @section('theme::backend-content') @include('theme::backend.layouts.navbar')

{{ __('backend/donations.method.title-maxicard') }}

@if(session()->has('success')) @endif @if($method->active === 0) @endif
{{ __('backend/donations.method.panel-title') }}
@csrf
{{ __('backend/donations.method.name-help') }} @if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
{{ __('backend/donations.method.price-help') }} @if ($errors->has('price')) {{ $errors->first('price') }} @endif
{{ __('backend/donations.method.silk-help') }} @if ($errors->has('silk')) {{ $errors->first('silk') }} @endif

{!! $dataTable->table(['class' => 'table table-hover table-borderless table-striped dataTable w-100'], true) !!}
{!! $logDataTable->table(['class' => 'table table-hover table-borderless table-striped dataTable w-100'], true) !!}
@include('modals.editData') @endsection @push('theme::javascript') {!! $dataTable->scripts() !!} {!! $logDataTable->scripts() !!} @endpush