@extends('admin.layouts.master-soyuz') @section('title','Create Attribute -') @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Add Options') }} @endslot @slot('menu2') {{ __("Add Options") }} @endslot @slot('button')
{{ __("Back")}}
@endslot ​ @endcomponent
@if ($errors->any()) @endif
{{ __('Add Options') }}

Once you created option you can't Delete it ! You can only edit it

If you want to create long attribute name with space eg. Screen Size than create it with '_ (underscore) ' eg. Screen_size. System will add space on front end.

{{ csrf_field() }}


@foreach(App\Category::all() as $cat) @endforeach
@endsection @section('custom-script') @endsection