@extends('layouts.app') @section('title','Delivery Type') @section('pages')
@include('layouts.partials.nav-menu')
@if(in_array('delivery-types-create', $authRolePermissions)) @endif
@include('delivery-types.table')
@endsection