@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ $title }}
{{ getPhrase('name')}} |
{{ getPhrase('description')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'timingset.dataTable'))
@include('common.deletescript', array('route'=>URL_TIMINGSET_DELETE))
@stop