@extends('layouts.app') @section('title', 'Ajouter un hostel') @section('content')

Ajouter un hostel

Créez un nouveau hostel pour votre compte.

@if($errors->any())
@foreach($errors->all() as $e)

• {{ $e }}

@endforeach
@endif
@csrf @php $input = 'width:100%; border-radius:0.75rem; padding:0.75rem 1rem; font-size:0.875rem; outline:none; border:1.5px solid #D8E8F0; background:#F8FBFD; color:#1A2B3C; box-sizing:border-box;'; @endphp
Annuler
@endsection