@extends('admin.layout') @section('content')

{{ __('Static') }}

{{ __('Static Info') }}

@csrf

{{ __('Upload 1920X900 (Pixel) Size image for best quality. Only jpg, jpeg, png image is allowed.') }}

@if ($errors->has('hero_bg_image'))

{{ $errors->first('hero_bg_image') }}

@endif
@if ($errors->has('hero_image'))

{{ $errors->first('hero_image') }}

@endif
@if ($errors->has('hero_title'))

{{ $errors->first('hero_title') }}

@endif
@if ($errors->has('hero_sub_title'))

{{ $errors->first('hero_sub_title') }}

@endif
@if ($errors->has('hero_text'))

{{ $errors->first('hero_text') }}

@endif
@if ($errors->has('hero_f_icon1'))

{{ $errors->first('hero_f_icon1') }}

@endif
@if ($errors->has('hero_f_text1'))

{{ $errors->first('hero_f_text1') }}

@endif
@if ($errors->has('hero_f_icon2'))

{{ $errors->first('hero_f_icon2') }}

@endif
@if ($errors->has('hero_f_text2'))

{{ $errors->first('hero_f_text2') }}

@endif
@endsection