@extends('Dashboard.layouts.master') @section('title', 'Orders | Create') @section('css') @endsection @section('content')
@csrf
@php $user_id = request()->get('id') @endphp
@error('experience') {{ $errors->first('experience') }} @enderror
@error('featureId') {{ $errors->first('featureId') }} @enderror
@error('nbOfSeats') {{ $errors->first('nbOfSeats') }} @enderror
@error('amount') {{ $errors->first('amount') }} @enderror
@endsection @section('scripts') @endsection