@extends('admin.layouts.app') @section('title', 'Add Human Resource Details') @section('section')

Scheduling Form

{{--
--}}
@csrf

Human Resource Banner Section


Banner Image

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

Banner Title


Banner BackGround Image

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

Human Resource Heading

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

Human Resource Description

Characters Left:


Human Resource Section Heading

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

Human Resource Section Description

Characters Left:


Scheduling Image

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

Human Resource Section Heading Two

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

Human Resource Section Description Two

Characters Left:


Scheduling Image Two

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

Human Resource Section Heading Three

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

Human Resource Section Description Three

Characters Left:


Scheduling Image Three

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