@include('Partials.sidebar')
@include('Partials.header')

Amenities

  1. Amenities
  2. Add
{{-- Flash Messages --}} @if(session('success'))
{{ session('success') }}
@endif @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Add Amenity

@csrf
{{-- Project --}}
{{-- Master Plan --}}
{{-- Amenity Name --}}
{{-- Amenity Image --}}

{{-- Preview box --}} PNG, JPG, SVG — max 10MB
{{-- Amenity Icon --}}

{{-- Preview box --}} PNG, JPG, SVG — max 10MB
Cancel
@include('Partials.footer')