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

Edit Attractions Categories

Edit Attractions Categories

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PATCH') {{--
@error('code')
{{ $message }}
@enderror
--}}
Back