@extends('dashboard.layout.content') @section('customTitle') {{__('dashboard.Menu.Add package')}} @endsection @section('customStyle')
@endsection @section('customBody')
{{__('dashboard.Menu.Add package')}}
@csrf
{{__('validation.attributes.ar_name')}}
{{__('validation.attributes.en_name')}}
{{__('dashboard.annual_price')}}
{{__('dashboard.monthly_price')}}
{{__('dashboard.trial_period')}}
{{__('dashboard.level')}}
{{__('dashboard.max_users_count')}}
{{__('dashboard.max_branches_count')}}
{{__('dashboard.max_contracts_count')}}
@endsection @section('customScript') @endsection