@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('category_name')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'categories.dataTable'))
@include('common.deletescript', array('route'=>URL_MASTERSETTINGS_CATEGORIES_DELETE))
@stop