@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('fail'))
{{ Session::get('fail') }}
@endif

florists

Data of florists
@foreach($florist as $florists) @endforeach
Name
Price
Image
Action
{{$florists->name}}
{{$florists->price}}