@extends('backend.layouts.app') @section('title') Volunteer Form @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') {{-- Data will be injected by DataTables --}}
S.N Full Name Age Nationality Contact Number Current Address Is Scanned? Is Short Listed? Actions
@endsection @section('scripts') @include('backend.volunteer-form.partials.scripts') @endsection