/
home
/
obinna
/
html
/
cravings
/
resources
/
views
/
food
/
Upload File
HOME
@extends('layouts.reactbase') @section('title') <title>Reviews</title> @endsection @section('css') @parent <link href="/css/bootstrap44.min.css" rel="stylesheet"> <link href="/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link rel="stylesheet" href="/css/nav.css"> <link rel="stylesheet" href="/css/list.css"> <link rel="stylesheet" href="/css/feed.css"> <link rel="stylesheet" href="/css/footnav.css"> @endsection @section('body') <div id="root"></div> @endsection @section('js') <script src="/js/dist/main.js"></script> @endsection