@extends('dashboard.layouts.app') @section('content')

Create Assignment

Assignment list
@csrf
@php $categories = App\Models\Category::whereStatus('1') ->whereType('assignment') ->get(); @endphp
@endsection @push('styles') @endpush @push('scripts') @endpush