@php $section_type=ucwords(str_replace('-',' ',$type)); $header_title = 'Aurobees | Home Page Management | '.$section_type; $header_name = 'home_management'; $sub_header_name = 'home_'.$type; $page_name = 'home_page_'.$type; @endphp @extends('admin.admin_master') @section('admin')

Features

Edit Features

@csrf
@if($type=='our-service' ||$type=='industries' ||$type=='cloud' ||$type=='latest-news' ||$type=='customers-derive' ||$type=='blogs' ||$type=='brands')
@error('title_1') {{ $message }} @enderror
@endif @if($type=='industries' ||$type=='cloud')
@error('description') {{ $message }} @enderror
@endif
@if($type=='our-service' ||$type=='industries' ||$type=='cloud' ||$type=='latest-news' ||$type=='customers-derive')
@error('title_2') {{ $message }} @enderror
@endif @if($type=='customers-derive' ||$type=='latest-news' ||$type=='blogs')
@error('button_text') {{ $message }} @enderror
@endif @if($type=='customers-derive' ||$type=='latest-news' ||$type=='blogs')
@error('button_link') {{ $message }} @enderror
@endif
@error('language') {{ $message }} @enderror
@error('status') {{ $message }} @enderror

Back
@endsection @section('script') @endsection