@extends('frontend.layout.master') @section('title', 'Add a New Joke') @section('content')

Jokes

Add a New Joke
{{ csrf_field() }}
{{ $errors->first('type_id') }}
{{ $errors->first('clean') }}
{{ $errors->first('categories') }}
{{ $errors->first('subjects') }}
@if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
@endsection