@extends('dash.layouts.app') @section('title') Edit Blog @endsection @section('css') @endsection @section('breadcrumb') @endsection @section('content') Courses Update Course @csrf @method('patch') Title * Slug * Select Tags Select One @foreach($tags as $tag) id, $tag->id)}}> {{$tag->title}} @endforeach Description * {{ $blog->description }} Thumbnail * Save @endsection @section('js') @endsection