Guest User

Untitled

a guest
May 6th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. @extends('layouts.main')
  2.  
  3. @section('content')
  4.     @foreach($goods as good)
  5.     <p>
  6.         {{$good->goods_id}}
  7.     </p>
  8.     @endforeach
  9. @endsection
Add Comment
Please, Sign In to add comment