{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')

Assessment Marks

@csrf
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • @endforeach
@endif
@endsection @section('scripts') @endsection {{-- Scripts Section --}} @section('scripts') @endsection