@extends('layouts.app') @section('customcss') @endsection @section('content')
@include('layouts.navigation')
New Item
Items View All
@foreach($items as $item) @endforeach
# ID Name Category Rate Actions  
#{{ $item->id }} {{ $item->name }} {{ $item->category->name }} {{ number_format($item->rate) }} View Edit | Delete
@endsection @section('customjs') @endsection