@extends('admin.layouts.master') @section('title') {{__('subjects.subjects')}} @endsection @section('css') @endsection @section('content')
{{__('subjects.subjects')}}
{{__('general.fields.name')}} {{__('levels.studentsCount')}} {{__('general.actions.control')}}
{{__('general.actions.add')}} {{__('subjects.subjects')}}
@csrf
{{__('general.actions.edit')}} {{__('subjects.subjects')}}
@endsection @section('script') @endsection