@extends('layouts.main') @section('main-container') Update @if(Session::has('message')) {{ Session::get('message') }} @endif @csrf Title Slug Content {{$blog->content}} Image Sorting Status Draft Enable Disable Meta Title Meta Description {{$blog->meta_description}} @endsection @section('script') @endsection
{{ Session::get('message') }}