@extends('layouts.master') @section('head') @endsection @section('header') @include('header', $header) @parent @endsection @section('sidebar') @include('sidebar') @endsection @section('body')
{{ Breadcrumbs::render('clients.edit', $client) }}
{{ html()->form('PUT', route('signup.submit'))->open() }}
{{ html()->form()->close() }}
@include('dashboard.aside') @endsection @section('footer') @include('footer') @endsection