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

client_history

@endsection @section('tools') @endsection @section('content')
{{ __('History') }} {{$client->CardName}}
@csrf
@include('tables.client_history') {{--
@foreach($records as $record)
@include('cards.client_history')
@endforeach
--}}
{!! $records->render() !!} @endSection