@extends('admin.layouts.master-soyuz') @section('title',__('Create Attribute -')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add Options') }}
{{ __("Back")}}

{{ __("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