@extends('welcome') @section('title','Adding Amenities') @section('content-header','Powering your co-working by adding new amenities') @section('content-breadcrumb') @endsection @section('content')
@include('dashboard.messages')

Add Amenity

@csrf
@endsection