@extends('main') @section('h_title', 'About Section') @section('about_app', 'active') @section('web_main', 'active') @section('web_show', 'show') @section('web_expanded', 'true') @section('body')

Hero Section

@csrf @method('PUT')
@error('short_title') {{ $message }} @enderror
@error('title') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
@error('about_img') {{ $message }} @enderror @if(!empty($aboutSection->about_img)) @endif
@endsection