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

products

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