@extends('admin.layout') @section('subtitle') Delete Loadout {{ $loadout -> id }} @stop @section('content')

{{ $loadout -> id }} Delete

{{ Form::open( array('url' => action('LoadoutController@delete', array('id' => $game -> id, 'weaponName' => $weapon -> name, 'loadoutID' => $loadout -> id)), 'class' => 'form-horizontal')) }}

Are you sure you want to delete loadout {{ $loadout -> id }}? This process is irreversible.

Cancel
{{ Form::close() }}
@stop