@extends('layouts/contentNavbarLayout') @section('title', 'Create Content') @section('content')
Create Content
@csrf
@if($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('type_content')) {{ $errors->first('type_content') }} @endif
@if($errors->has('description')) {{ $errors->first('description') }} @endif
Cancel
@endsection