@extends('layout') @section('h4-page', __('Image Information')) @section('contents')
@if (session('success')) @endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{ __('Image') }} {{ __('External Link') }} {{ __('Action') }}
Image {{ $image->image_url ?? 'No Link' }}
@endsection @section('scripts') @endsection