@extends('layouts.master', ['header' => $header]) @section('head') @parent @endsection @section('body') @parent {{ Breadcrumbs::render('clients') }} {!! $html->table() !!} @endsection @section('footer') @parent {!! $html->scripts() !!} @endsection