@extends('admin.dashboard.layouts.app') @section('title', panel_setting_title('Yönetici Paneli')) @push('style-libraries') @endpush @push('styles') @endpush @section('content')

Hakediş Ödeme Kanalları

@foreach ($methods as $method) @endforeach
# İsim Açıklama Komisyon Oluşturma Tarihi Düzenleme Tarihi Durum İşlemler
#{{ str_pad($method->id, 5, '0', STR_PAD_LEFT) }}
{{ $method->name }}
{{ $method->description }}
{{ $method->commission }}
{{ panel_date_format($method->created_at) }}
{{ panel_time_format($method->created_at) }}
{{ panel_date_format($method->updated_at) }}
{{ panel_time_format($method->updated_at) }}
Aktif
@csrf @method('DELETE')
{{ $methods->links() }}
@endsection @push('script-libraries') @endpush @push('scripts') @endpush