@extends('layouts.main') @section('main-container') @section('style') @endsection Create @if(Session::has('message')) {{ Session::get('message') }} @endif @csrf Title Image URL Status Draft Enable Disable Sorting @endsection @section('script') @endsection
{{ Session::get('message') }}