@extends($layout) @section('header_scripts') @stop @section('content')

{{ $title }}

@if(checkRole('owner')) @endif
{{ getPhrase('branch')}}{{ getPhrase('title')}} {{ getPhrase('image')}} {{ getPhrase('name')}} {{ getPhrase('subject')}} {{ getPhrase('description')}} {{ getPhrase('posted_on')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>URL_FEEDBACKS_GETLIST, 'route_as_url' => TRUE)) @include('common.deletescript', array('route'=>URL_FEEDBACK_DELETE)) @stop