@extends('admin.layouts.master') @section('title', 'Dashboard') @section('content')

Recommend View

@if(Session::has('message')) @endif

@csrf
{{-- {{ dd($Recommend) }} --}}

@csrf
@endsection