@extends('layout.admin') @section('title') Home Page About Us @endsection @section('content')
{{--
Contact Form

--}}
@if (session('error')) @elseif (session('success')) @endif @csrf
@error('image_file') @enderror

previe-image
@error('description') @enderror
@error('alt_text') @enderror

Add Highlights

@foreach (unserialize($data->highlights) as $highlight)
@endforeach
@endsection @section('js-add') @endsection