@extends('layouts.app') @section('content')

Archived client

{{ Form::open([ 'route' => [ 'clients.archived.update', $client->id ], 'method' => 'PUT', 'class' => 'job__btn' ]) }} {{ Form::close() }}
@endsection