@extends('layouts.app') @section('css')
@endsection @section('page-header')
{{ __('Chat Category Manager') }}
{{ __('Admin') }}
{{ __('Chat Settings') }}
{{ __('Chat Category Manager') }}
@endsection @section('content')
{{ __('All Chat Categories') }}
{{ __('Create New') }}
{{ __('Category Name') }}
{{ __('Type') }}
{{ __('Updated On') }}
{{ __('Actions') }}
@endsection @section('js') @endsection