@extends('layouts.admin') @push('title', get_phrase('Bootcamp Category')) @section('content')
{{ $category->title }}
{{ get_phrase('Total bootcamps') }} {{ count_bootcamps_by_category($category->id) }}
{{ get_phrase('Showing') . ' ' . count($categories) . ' ' . get_phrase('of') . ' ' . $categories->total() . ' ' . get_phrase('data') }}
{{ $categories->links() }}