@extends('admin.master') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif

Upload Entertainment Photo

@method('PATCH') @csrf
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
Responsive Image
@if($errors->has('entertainment_image'))
{{ $errors->first('entertainment_image') }}
@endif
@if($errors->has('order'))
{{ $errors->first('order') }}
@endif
@if($errors->has('click_url'))
{{ $errors->first('click_url') }}
@endif
{{--
@if($errors->has('click_url'))
{{ $errors->first('click_url') }}
@endif
--}}
@endsection