@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
{{ Form::open(['url' => url('/volunteer-list'), 'method' => 'GET', 'id' => 'volunteerListForm', 'class' => 'search-form']) }}
{{ Form::close() }}
@if (auth()->user()->role_id == 4 || auth()->user()->role_id == 2 || auth()->user()->role_id == 1)
{{-- Add Volunteer --}}
@endif
| Action | Name | Contact No. | Address | |
|---|---|---|---|---|
|
|
{{ $value->volunteer_name }} | {{ $value->contract_no }} | {{ $value->email }} | {{ $value->address }} |
| No Record Found | ||||
|
{{ $data['volunteerList']->appends(Request::except('page'))->links() }} |
{{ $data['volunteerList']->firstItem() }} to {{ $data['volunteerList']->lastItem() }} Out of {{ $data['volunteerList']->total() }} |
|||