@extends('layouts.main') @section('title') {{ __('Users Packages') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@if (has_permissions('create', 'property'))
@endif
{{ __('ID') }} {{ __('Package Name') }} {{ __('Start Date') }} {{ __('End Date') }} {{ __('Customer Name') }} {{ __('Subscription') }}
@endsection @section('script') @endsection