Skip to content

Instantly share code, notes, and snippets.

@Mexidense
Created January 20, 2019 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mexidense/66d52ff9f9a6f7ec36b458f0e4417dcb to your computer and use it in GitHub Desktop.
Save Mexidense/66d52ff9f9a6f7ec36b458f0e4417dcb to your computer and use it in GitHub Desktop.
@section('content')
<div class="container">
<div class="row">
<div class="col-md-8 offset-md-2">
<div class="card">
<div class="card-header">Markets</div>
<div class="card-body">
@foreach ($markets as $item)
{{$item}}
@endforeach
</div>
</div>
</div>
</div>
</div>
@endsection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment