@push('styles') <!-- Toastr --> <style> @media only screen and (max-width : 991px) { /* Styles */ } @media only screen and (max-width : 768px) { /* Styles */ } @media only screen and (max-width : 414px) { /* Styles */ } </style> <link rel="stylesheet" href="{{ asset('assets/plugins/toastr/toastr.min.css') }}"> <link rel="stylesheet" href="{{ asset('assets/datatables/datatables.min.css') }}"> @endpush