@extends('admin.layout') @section('customCss') @endsection @section('content')

Assign Subject

@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@foreach ($assign_subjects as $assign_subject) @endforeach
ID Class Name Subject Name Subject Type Created Time Edit Delete
{{ $assign_subject->id }} {{ $assign_subject->class->name }} {{ $assign_subject->subject->name }} {{ $assign_subject->subject->type }} {{ $assign_subject->created_at }} Delete
@endsection @section('customJs') @endsection