@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}
@csrf
@error('exam_types')
{{ $message }}
@enderror
@error('class')
{{ $message }}
@enderror
@error('subjects')
{{ $message }}
@enderror
{{ ___('examination.subject') }} {{ ___('examination.mark_distribution') }}
@endsection