@extends('dash.layouts.app') @section('title') Create Blog @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Blogs Create Blog @csrf Title * Slug * Select Tags Select One @foreach($tags as $tag) {{$tag->title}} @endforeach Content * Thumbnail Save @endsection @section('js') @endsection