@extends('layouts.master') @section('style') @endsection @section('content')

Carrier

{!! $dataTable->table() !!}
@endsection() @section('script') {!! $dataTable->scripts() !!} @endsection()