@extends($layout)
@section('header_scripts')
@stop
@section('content')
{{ getPhrase('publisher')}} |
{{ getPhrase('country')}} |
{{ getPhrase('description')}} |
{{ getPhrase('action')}} |
@endsection
@section('footer_scripts')
@include('common.datatables', array('route'=>'publishers.dataTable'))
@include('common.deletescript', array('route'=>URL_PUBLISHERS_DELETE))
@stop