@props([ 'url' => null, 'header' => '' ]) @php if (!Illuminate\Support\Str::contains($url, ['http://', 'https://'])) { if($url) { $url = route($url); } } @endphp
@if($header)

{{ $header }}

@endif
merge(['class' => 'table table-striped']) }}> {{ $slot }}