@extends('admin.layouts.app') @section('title', 'Add Talent Acquistion Details') @section('section')

Talent Acquistion Form

{{--
--}}
@csrf

Talent Acquistion Banner Section


Banner Image

Preview
@error('talentBannerImage')
{{ $message }}
@enderror

Banner Title


Banner BackGround Image

Preview
@error('humanBackgroundImage')
{{ $message }}
@enderror

Talent Acquistion Heading

{{-- {{!empty($home) ? $data->banner_title : ''}}--}}

Talent Acquistion Description

Characters Left:


Talent Acquistion Section Heading

{{-- {{!empty($home) ? $data->banner_title : ''}}--}}

Talent Acquistion Section Description

Characters Left:


Talent Acquistion Image

Preview
@error('talentImage')
{{ $message }}
@enderror

Talent Acquistion Section Heading Two

{{-- {{!empty($home) ? $data->banner_title : ''}}--}}

Talent Acquistion Section Description Two

Characters Left:


Scheduling Image Two

Preview
@error('talentImage2')
{{ $message }}
@enderror

Talent Acquistion Section Heading Three

{{-- {{!empty($home) ? $data->banner_title : ''}}--}}

Talent Acquistion Section Description Three

Characters Left:


Scheduling Image Three

Preview
@error('talentImage3')
{{ $message }}
@enderror

Talent Acquistion Section Heading Four

{{-- {{!empty($home) ? $data->banner_title : ''}}--}}

Talent Acquistion Section Description Four

Characters Left:


Scheduling Image Three

Preview
@error('talentImage4')
{{ $message }}
@enderror
@endsection @section('script') {{-- --}} @endsection