@extends('admin.master') @section('title', @trans('ivory services')) @section('content')
| # | @trans('Title') | @trans('Created By') | @trans('Status') | @trans('Settings') | @forelse ($ivory_services as $item)||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ @$item->trans->where('locale', $current_lang)->first()->title }} | {{ @$item->create_by->name }} | @if ($item->status == 1) @trans('Active') @else @trans('Unactive') @endif |
|
||
| @trans('No ivory_services found') | ||||||