@extends('layouts.admin') @push('title', get_phrase('Categories')) @push('meta') @endpush @push('css') @endpush @section('content')
{{ get_phrase('Showing') . ' ' . count($categories) . ' ' . get_phrase('of') . ' ' . $categories->total() . ' ' . get_phrase('data') }}
| # | {{ get_phrase('Name') }} | {{ get_phrase('Status') }} | {{ get_phrase('Action') }} |
|---|---|---|---|
|
{{ ++$key }} |
@if($category['status'] == 1)
{{ get_phrase('Active') }} @else{{ get_phrase('Deactive') }} @endif |
{{ get_phrase('Showing') . ' ' . count($categories) . ' ' . get_phrase('of') . ' ' . $categories->total() . ' ' . get_phrase('data') }}
{{ $categories->links() }}