@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('custom_css') @endsection @section('content')
@csrf
@if($errors->has('title')) @endif
@if($errors->has('status')) @endif
@if($errors->has('tag_ids')) @endif
@if($errors->has('cover_pic')) @endif
@if($errors->has('tag_ids')) @endif
@if($errors->has('summary')) @endif
@if($errors->has('body')) @endif

@if($errors->has('description')) @endif
@if($errors->has('copyright')) @endif
@if($errors->has('author_name')) @endif
@if($errors->has('language')) @endif
@endsection