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