@extends('admin.layouts.app') @section('content')

Highlight

@foreach (['success', 'info', 'danger', 'error', 'warning'] as $msg) @if (Session::has($msg)) @endif @endforeach
@csrf @method('PUT')
@error('image') {{ $message }} @enderror @if (!empty($highlight->img_src)) {{ $highlight->img_src }} @elseif(!empty($highlight->img_url)) Current Image @else Default User @endif
@error('image_url') {{ $message }} @enderror
@endsection