@extends('dashboards.admins.layouts.admin-dash-layout') @section('title', 'Create Blog') @section('content') Create Blog @csrf Title Content Categories @foreach ($category as $c) {{ $c->name }} @endforeach Feature Image Status Public Draft Comfirm @endsection @section('scripts') {!! JsValidator::formRequest('App\Http\Requests\StoreBlog', '#create-form'); !!} {{-- --}} @endsection