@extends('layouts.app') @section('breadcrumb')
client_history
{{$model->id}}
Edit
@endsection @section('header')
Edit {{$model->id}}
@endSection @section('tools')
@endsection @section('content')
@include('forms.client_history',[ 'route'=>route('client_history.update',$model->id), 'method'=>'PUT' ])
@endSection