@extends('layouts.admin.app') @section('content') @if( Session::get('permissions.user_type') == 'A' || Session::get('permissions.user_type') == 'SA') Create Blog Back @foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) {{ Session::get('alert-' . $msg) }} @endif @endforeach @csrf Create Blog Blog Slug* {{--@if ($errors->has('blog_slug')) {{ $errors->first('blog_slug') }} @endif--}} Blog Image {{--Please upload minimum 1530px X 270px image only.--}} @if ($errors->has('blog_image')) {{ $errors->first('blog_image') }} @endif Blog Date Blog Heading Blog Content Meta Title Meta Description @endif @endsection
Please upload minimum 1530px X 270px image only.