@extends('layouts.admin') @section('content')

Subject list

Create

Select :

@include('inc.messages')

@if(count($subjects)>0) @foreach ($subjects as $subject) @foreach($subject->subadmin_category as $subsubjet) @endforeach @endforeach @else @endif
ID Subject name Icon
{{$subject->subject_id}} {{$subject->subject_name}}
 
 
@csrf {{method_field('DELETE')}}
{{$subsubjet->subject_id}} >> {{$subsubjet->subject_name}}
 
 
@csrf {{method_field('DELETE')}}
{{$subjects->links()}}
No data found
@endsection