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

ایجاد بلاگ

@csrf @if($count == 1) @method('PUT') @endif
650 * 368

@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@if($errors->has('title')) @elseif(!is_null(old('title'))) @else @endif
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if($errors->has('sub_title')) @elseif(!is_null(old('sub_title'))) @else @endif
@if ($errors->has('sub_title')) {{ $errors->first('sub_title') }} @endif
@if($errors->has('description')) @elseif(!is_null(old('description'))) @else @endif
@if ($errors->has('description')) {{ $errors->first('description') }} @endif
@if($errors->has('keyword')) @elseif(!is_null(old('keyword'))) @else @endif
@if ($errors->has('keyword')) {{ $errors->first('keyword') }} @endif


@if(!is_null(old('keyword'))) @else @endif
@if ($errors->has('content_text')) {{ $errors->first('content_text') }} @endif
@endsection @section('footer') @endsection