@extends('admin.layouts.admin') @section('content') Blog Posts New Blog @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Title * Alias Description {!! old('description') !!} Rank Image Blog Categories @if ($categories) @if (is_countable($categories)) @foreach ($categories as $category) {{ $category->title }} @endforeach @endif @endif Tags SEO Details Meta Title Meta Keyword OG Title Meta Description {!! old('meta_description') !!} OG Description {!! old('og_description') !!} Active @endsection