@extends('components.dashboard.layouts.master') @section('title') {{__('Edit Exam')}} @endsection @section('styles') @endsection @section('content')

{{__('Edit Exam')}}

@method('PUT') @csrf
@error('group_ids')
{{ $message }}
@enderror
@error('see_result') {{ $message }} @enderror
{{-- --}}
@foreach($lessons as $lesson) @endforeach
@endsection @section('script') @endsection