@extends('admin.layout') @section('content')

Добавяне на курс

@if(isset($errors) && count($errors) > 0)
Грешки
    @foreach($errors->all() as $error)
  • {{$error}}
  • @endforeach
@endif
{{csrf_field()}}
@stop