@extends('layouts/master') @section('title') Client Management - Technic Solder @stop @section('content')

Client Management


Delete Client ({{ $client->name }})

This will immediately remove access to all modpacks this user has access to.

{!! Html::link('client/list/', 'Go Back', ['class' => 'btn btn-primary']) !!}
@endsection