@extends('admin.layouts.admin') @section('title') index paymentMethods @endsection @section('style') @endsection @section('content')
# | نام | نماد | توضیحات | وضعیت |
---|---|---|---|---|
{{ $paymentMethods->firstItem() + $key }} | {{ $item->name }} |
@if(file_exists(public_path(env('LOGO_UPLOAD_PATH').$item->image))
and !is_dir(public_path(env('LOGO_UPLOAD_PATH').$item->image)))
![]() |
{!! $item->description !!} | {{ $item->is_active }} |