@extends('layouts.master') @section('title', 'Manage orders') @push('styles') @endpush @section('content')
@can('orders-imports')
@endcan @can('orders-export')
@endcan @can('orders-settings')
@endcan @can('orders-column-settings')
@endcan
@endsection @push('scripts') @endpush