@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Add Attractions Categories

Add New Attractions Categories

@if (session('error'))
{{ session('error') }}
@endif @if (session('info'))
{{ session('info') }}
@endif @if ($errors->any())
Please fix the following errors:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Back
@endsection