@extends("admin/layouts.master") @section('title','Create Attribute -') @section("body")
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