@extends('admin/layout') @section('content') Admin Forms Add Photo Add New Photo Add Photo Form @csrf Title @error('title') {{ $message }} @enderror Description Upload Image @error('image') {{ $message }} @enderror Location Category @foreach($categories as $category) {{ $category->category_name }} @endforeach @error('category_id') {{ $message }} @enderror Privacy Status Public Private @error('privacy_status') {{ $message }} @enderror Tag Suggestions @foreach ($tags as $tag) {{ $tag->tag_name }} @endforeach Add Custom Tags Add Tag Selected Tags Submit Back @endsection
Add Photo Form
{{ $message }}