@extends('layouts.main') @section('main-container') @section('style') @endsection Update Building Dreams @if(Session::has('message')) {{ Session::get('message') }} @endif @csrf Title Description {{ $building_dreams->content }} Image @if(!empty($building_dreams->image)) @endif Sorting Status Disable Enable Draft @endsection @section('script') @endsection
{{ Session::get('message') }}