@extends('layouts.wrap')
@section('title', 'Referanslar')
@include('product::sidebar')
@section('foot_hook')
@parent
@stop
@section('_content')
Referanslar
{{ Form::open(array('url' => 'component/reference', 'files' => true, 'method' => 'post')) }}
Referans başarıyla silindi.
{{ Form::close() }}
@foreach($reference as $ref)
@endforeach
@stop