@extends('layouts/contentNavbarLayout') @section('title', 'Edit Content') @section('content')
Update Content
@csrf @method('PUT')
@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
enabled) ? 'checked' : '' }}>
Cancel
@endsection