@extends('layouts.app') @section('title', 'Edit Content') @section('content')
@csrf @method('PUT')
{{ $errors->first('type') }}
{{ $errors->first('title') }}
{{ $errors->first('title_bn') }}
{{ $errors->first('description') }}
{{ $errors->first('description_bn') }}
{{ $errors->first('image') }}
{{ $errors->first('status') }}
@endsection @include('admin.components.tinymce')