@extends(@Auth::user()->role=='admin' ? 'layouts.gentella':'layouts.'.env('LAYOUT')) @section('content')
styles ADD
@foreach($styles as $style)
ID: {{ $style->id }}
Label: {{ $style->label }}
Inc. Type: {{ $style->inc_type }}
Amount: {{ $style->amount }}
@endforeach
ID Label Inc. Type Amount Action
{{ $style->id }} {{ $style->label }} {{ $style->inc_type }} {{ $style->amount }} id") }}"> Edit id") }}"> Delete
{{ $styles->links() }}
@endsection