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

Upload Info Photo

@csrf
@if($errors->has('title'))
{{ $errors->first('title') }}
@endif
@if($errors->has('info_image'))
{{ $errors->first('info_image') }}
@endif
@if($errors->has('info_icon'))
{{ $errors->first('info_icon') }}
@endif
@if($errors->has('order'))
{{ $errors->first('order') }}
@endif
@endsection