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