@section('content')

Offerings> Events > FAQ

"{{ $event->title }}" Event - Faq

Add a new faq
@if($faq) @foreach($faq as $row) @endforeach @else @endif
ID Title Last Updated Actions
{{ $row->faq_id }} {{ $row->question }} {{ date('M d, Y, g:ia',strtotime($row->updated_at)) }} {{ Form::open(array('route' => array('admin.offerings.'.$offering->offering_id.'.event.'.$row->event_id.'.faq.destroy', $row->faq_id), 'method' => 'DELETE')) }} {{ Form::close() }}
No faq yet.
{{ $faq->appends(array('query' => Input::get('query')))->links() }} @endsection