@extends('layouts.master') @section('content')

Job Listing

@include('sweetalert::alert') @php $i=0; @endphp @foreach ($result as $key) @endforeach
Sr No. Name Email Mobile Notice Period Job Type Action
{{ ++$i }} @if($key->salutation){{ $key->first_name }},@endif {{ $key->last_name }} {{ $key->email }} {{ $key->mobile_number }} {{ $key->notice_period }} {{ $key->job_type }} Download View Delete
@endsection