@extends('layouts.app') @section('title', 'Add New Content') @section('content')
@csrf
{{ $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')