@extends('admin.admin-layouts.main-layout') @section('title', $title) @section('content')
@csrf
Add Highlight
@if (session('error')) @endif
@if(!empty($highlight))
Highlight_Image
@endif
@endsection