@extends('layouts.admin') @section('header') @endsection @section('content')
اخبار و بلاگ

ایجاد بلاگ

@csrf
650 * 368

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('sub_title')) {{ $errors->first('sub_title') }} @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if ($errors->has('keyword')) {{ $errors->first('keyword') }} @endif
@if ($errors->has('meta_description')) {{ $errors->first('meta_description') }} @endif


@if ($errors->has('content_text')) {{ $errors->first('content_text') }} @endif
@endsection @section('footer') @endsection