@include('public::notifications')

My PushPostbacks

Your awesome text goes here.


{!!Form::open()->method('GET')!!}
{!!Form::text('search')->type('search')->class('form-control')->placeholder('Search for...')->raw()!!}
{!! Form::close()!!}
@foreach($push_postbacks as $push_postback) @endforeach
{!! trans('push_postback::push_postback.label.name')!!} {!! trans('push_postback::push_postback.label.status')!!} Action
{{ $push_postback->name }} {{ $push_postback->status }} View Edit Delete
{{ $push_postbacks->links() }}