@if(Session::has('success'))
{{ Session::get('success') }}
@endif @if(Session::has('fail'))
{{ Session::get('fail') }}
@endif
Add Florists
florists
Data of florists
Name
Price
Image
Action
@foreach($florist as $florists)
{{$florists->name}}
{{$florists->price}}
Edit
Delete
@endforeach