@extends('backend.layouts.app') @section('title') Job Application @endsection @section('headerWithButton')

@yield('title')

{{-- --}}
@endsection @php $trClass = 'px-3 py-2 text-left text-xs font-semibold text-gray-500 uppercase tracking-wider'; @endphp @section('content')
Export Filter
@csrf
{{-- Career --}}
{{-- Buttons --}}
{{-- Data will be injected by DataTables --}}
S.N Career Full Name Age Current Address Mobile Number CV Is Scanned? Is Short Listed? Actions
@endsection @section('scripts') @include('backend.jobApplication.partials.scripts') @endsection