@extends('dashboard.master') @section('title', 'Create Teacher Distribute') @push('css') @endpush @section('content')
Create Teacher Distribute
@csrf


@foreach ($subjects as $item) @endforeach
# Kitab
{{ $loop->iteration }}

{{ $item->name }}

@push('js') @endpush @endsection