Warranty List
@if(auth()->user()->can('warranty_check.create'))
@if(auth()->user()->can('warranty_check.view'))
@endif
@if(session()->has('success'))
{!! $warrants ->render() !!}
@endif
{{ session()->get('success') }}
@endif