@extends('admin.layouts.app') @section('title', 'Package Type') @section('content')
{{--
--}} @if(auth()->user()->can('add-package-type')) @endif
@lang('view_pages.loading')
@endsection