@extends('layouts.master') @section('title', 'Ask for | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.new ask for')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | Ask for | {{ __('basic.ask for') }}
{{ __('basic.new ask for') }}
@csrf
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection