@extends('layouts/main-layout') @section('custom-css') @endsection @section('content')
{{ csrf_field() }} @if($mode == 'create') @else @endif
@if($mode == 'create') @else @endif @if ($errors->has('blog_title')) {{ $errors->first('blog_title') }} @endif
@if($mode == 'create') @else @endif @if ($errors->has('blog_subtitle')) {{ $errors->first('blog_subtitle') }} @endif
@if($mode == 'create') blog/ @else url)}}"> @endif
url prefix with blog/
@if ($errors->has('blog_url')) {{ $errors->first('blog_url') }} @endif
@if($mode == 'create')
@else
@endif @if ($errors->has('blog_image')) {{ $errors->first('blog_image') }} @endif
@if($mode == 'create') @else @endif @if ($errors->has('blog_description')) {{ $errors->first('blog_description') }} @endif
@if($mode == 'create') @else @endif @if ($errors->has('blog_meta_title')) {{ $errors->first('blog_meta_title') }} @endif
@if($mode == 'create') @else @endif @if ($errors->has('blog_meta_desc')) {{ $errors->first('blog_meta_desc') }} @endif
@if($mode == 'create') @else @endif
@endsection @section('custom-js') @endsection