@extends('layouts.front.shell') @section('cssdefine') @endsection @section('content')

{{__('project-fee.intro_project')}}

Basic

{{__('home.free')}}
    {!!__('home.basicdetail')!!}

Pro

{{__('home.proprice')}}
    {!!__('home.prodetail')!!}

Premium

{{__('home.preprice')}}
    {!!__('home.predetail')!!}

{{__('project-fee.project_compare')}}

{!!__('project-fee.compareall')!!}
Basic
{{__('home.free')}}
Pro
{{__('home.proprice')}}
Premium
{{__('home.preprice')}}
@endsection