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