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

clients

@endsection @section('tools') {{-- --}} + Agregar @endsection @section('content')
{{ __('pages.clients') }}
@csrf
@include('tables.client')
{{--
@foreach($records as $record)
@include('cards.client')
@endforeach
--}}
{{-- {!! $records->render() !!} --}} @endSection @section('page-js-script') @endsection