@extends('components.dashboard.layouts.master') @section('styles') @stack('datatableStyles') @endsection @section('title') {{ __('dashboard.add_model', ['model' => __('messages.models.color')]) }} @endsection @section('content')

{{ __('dashboard.add_model', [ 'model' => __('messages.models.color') ]) }}

@csrf
{{-- Name (Arabic) --}}
@error('name.ar') {{ $message }} @enderror
{{-- Name (English) --}}
@error('name.en') {{ $message }} @enderror
@error('code') {{ $message }} @enderror
@endsection @section('script') @stack('datatableScripts') @endsection