@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