@extends('frontend.layouts.master') @section('content')
name") }});">

{{ $page_name }}

{{--

{{ $page_title }}

--}}
@if (!empty($member->image)) image") }}" alt="{!! $member->first_name !!} {!! $member->last_name !!}" /> @else @endif

Application List

{{-- --}} @if (count($applicants) > 0) @foreach ($application_list as $appl) {{-- --}} @endforeach @else

No application data available

@endif
Application No Service Name CountryService TypeApplicant Name Email Phone Actions
{{ $appl->application_number }} {{ $appl->service_name }} {{ $appl->service_country }}{{ $appl->service_type }}{{ $appl->first_name }} {{ $appl->last_name }} {{ $appl->email }} {{ $appl->phone }}
{!! $application_list->appends(Input::all())->render() !!}
@endsection