@extends("layout") @section("content")
@if (Session::has('message'))
{{ Session::get('message') }}
@endif
{{ trans('messages.list-facilities') }}
@foreach($facilities as $facility) id)?"class='info'":""}} @endif > @endforeach
{{ Lang::choice('messages.name', 1) }}
{{ $facility->name }} id . "/edit") }}" > {{ trans('messages.edit') }}
{{ Session::put('SOURCE_URL', URL::full()) }}
@stop