@extends('layout.backend.main') @section('content')
{!!trans('x.Waybills')!!}
@include('components.waybills.table')
@stop