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

Upload Entertainment Photo

@csrf
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($errors->has('entertainment'))
{{ $errors->first('entertainment') }}
@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