@extends('admin.dashboard.layouts.app') @section('title', panel_setting_title("Yönetici Paneli")) @push('style-libraries') @endpush @section('content')
ID
|
İsim
|
Açıklama
|
Durum
|
Oluşturma Tarihi
|
Güncelleme Tarihi
|
İşlemler
|
---|---|---|---|---|---|---|
#{{ str_pad($method->id, 5, '0', STR_PAD_LEFT) }} |
{{ $method->name }}
|
{{ $method->description }}
|
@if ($method->status)
Aktif
@else
Pasif
@endif
|
{{ panel_date_format($method->created_at) }}
{{ panel_time_format($method->created_at) }}
|
{{ panel_date_format($method->updated_at) }}
{{ panel_time_format($method->updated_at) }}
|