@extends('saas::frontend.layouts.master') @section('title', @$data['title']) @section('content')

{{ _trans('frontend.Manage your work with powerful HRM Software') }}

{{ _trans('frontend.These important features help in effective management of clients, both existing and prospective') }}

@foreach ($data['planFeatures'] ?? [] as $planFeature)

{{ $planFeature->heading }}

{{ $planFeature->short_description }}

{!! $planFeature->description !!}
img
@endforeach

{{ _trans('frontend.We\'re Ready for a Challenging Project') }}

{{ _trans('frontend.Send us your brief and tell your project too') }} {{ _trans('frontend.We are ready to help all you need') }}

@endsection