@include('public::notifications')

My Offertes

Your awesome text goes here.


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