{{ __('admin.Service') }}
{{ __('admin.Add New') }}
@endsection
{{ __('admin.SN') }} | {{ __('admin.Title') }} | {{ __('admin.Icon') }} | {{ __('admin.Description') }} | {{ __('admin.Translations') }} | {{ __('admin.Status') }} | {{ __('admin.Action') }} |
---|---|---|---|---|---|---|
{{ ++$index }} | {{ $service->title }} | {{ $service->description }} | @forelse($languages as $key => $language) {{ strtoupper($language->code) }} @if (!$loop->last) || @endif @empty {{ strtoupper(config('app.locale')) }} @endforelse | @if ($service->status == 1) @else @endif |