@extends('layouts.app') @section('content')
@csrf @if(isset($edit)) @endif

The image uploaded will be rendered inside the box below.


@if($errors->first('name'))
** {{$errors->first('name')}}
@endif
@if($errors->first('course_name'))
** {{$errors->first('course_name')}}
@endif
@if($errors->first('gpa'))
** {{$errors->first('gpa')}}
@endif

Actions
  • flag Status:@if(isset($edit))Created @else Not Created @endif
  • @if(isset($edit)) @else @endif
@endsection