@extends('layouts.app') @section('title', __('Add Laundry')) @section('page_heading', __('Add Laundry')) @section('content') @include('layouts.partials.workspace-page-styles')

{{ __('Add Laundry') }}

{{ __('dashboard.create_laundry_desc') }}

{{ __('dashboard.sidebar_laundries') }}
@csrf
@error('name')
{{ $message }}
@enderror
سيتم اختيارها تلقائيًا في العمليات الجديدة.
{{ __('Cancel') }}
@endsection