@extends('landlord.layout.main') @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Add Package')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'packages.store', 'method' => 'post', 'id' => 'package-form']) !!}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

0 = {{trans('file.Infinity')}}

  •   Product and Categories
  •   Purchase and Sale
  •   Sale Return
  •   Purchase Return
  •   Expense
  •   Stock Transfer
  •   Quotation
  •   Product Delivery
  •   Stock Count and Adjustment
  •   Report
  •   HRM
  •   Accounting
{!! Form::close() !!}
@endsection @push('scripts') @endpush