@extends('layouts.master') @section('title') {{isset($exercise) ? 'Edit exercise': 'Add exercise'}} @endsection @section('css') @endsection @section('page-header')
{{$errors->first('title')}}
{{$errors->first('overview')}}
{{$errors->first('description')}}
{{$errors->first('difficulty')}}
{{$errors->first('main_image')}}
{{$errors->first('video')}}