@extends ('core.layouts.app') @section ('title', trans('labels.backend.templates.management')) @section('page-header')

{{ trans('labels.backend.templates.management') }}

@endsection @section('content')

{{ trans('templates.manage') }}

@include('focus.templates.partials.templates-header-buttons')
# {{ trans('templates.type') }} {{ trans('templates.category') }} {{ trans('general.title') }} {{ trans('labels.general.actions') }}
@endsection @section('after-scripts') {{-- For DataTables --}} {{ Html::script(mix('js/dataTable.js')) }} @endsection