@extends($layout) @section('header_scripts') @stop @section('content')
{{ getPhrase('author')}} {{ getPhrase('gender')}} {{ getPhrase('description')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'authors.dataTable')) @include('common.deletescript', array('route'=>URL_AUTHORS_DELETE)) @stop