@extends('layouts.app') @section('breadcrumb') @endsection @section('header')

Create New client_history

@endSection @section('tools') @endSection @section('content')
{{ __('History') }}
@include('forms.client_history')
@endSection