Skip to content

Instantly share code, notes, and snippets.

@marcincodes
Created March 31, 2014 14:27
Show Gist options
  • Save marcincodes/9893542 to your computer and use it in GitHub Desktop.
Save marcincodes/9893542 to your computer and use it in GitHub Desktop.
@extends('layout')
@section('content')
@foreach($tickets as $ticket)
{{ $ticket->id }}
@endforeach
@stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment