PHP Classes

File: resources/views/backend/pages/languages/partials/title.blade.php

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   LaraCMS   resources/views/backend/pages/languages/partials/title.blade.php   Download  
File: resources/views/backend/pages/languages/partials/title.blade.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: LaraCMS
Content management system based on Laravel
Author: By
Last change:
Date: 1 year ago
Size: 398 bytes
 

Contents

Class file image Download
@if (Route::is('admin.languages.index'))
Languages
@elseif(Route::is('admin.languages.create'))
Create New Language
@elseif(Route::is('admin.languages.edit'))
Edit Language {{ $language->name }}
@elseif(Route::is('admin.languages.show'))
View Language {{ $language->name }}
@elseif(Route::is('admin.languages.connection.index'))
Language Connections
@endif
| Admin Panel -
{{ config('app.name') }}