@extends('layouts.admin') @section('title', 'Add Diamond Gallery') @section('breadcrumbs', 'Gallery') @section('second-breadcrumb')
  • Create New Lighting Project
  • @endsection @section('css') @endsection @section('content')

    DIAMOND LIGHTING PROJECT

    Create an illuminating experience

    @csrf
    @error('title')
    {{$message}}
    @enderror
    *High-resolution images will be automatically optimized.

    Image Preview


    @endsection @section('script') @endsection