@extends('layouts.main') @section('main-container') Update @if(Session::has('message')) {{ Session::get('message') }} @endif @csrf Title Sub Title Content {{$testimonial->description}} Image @if($testimonial->image) @endif Sorting Status Draft Enable Disable @endsection @section('script') @endsection
{{ Session::get('message') }}