@extends('layout.admin') @section('title') Home Page About Us @endsection @section('content') {{-- Contact Form --}} @if (session('error')) @elseif (session('success')) @endif @csrf Section Image @error('image_file') @enderror Descroption {{ $data->description }} @error('description') @enderror Image Name/ Alt Text @error('alt_text') @enderror Add Highlights @foreach (unserialize($data->highlights) as $highlight) Name Value @endforeach Update @endsection @section('js-add') @endsection