@extends('public.core.core') @section('title') Sık Sorulan Sorular @endsection @section('csrf_token') @endsection @section('content')

Paket Listesi

Firma Üyeliğiniz için size uygun paketi seçerek hesabınızı aktif edebilir , öne çıkarabilirsiniz.

{{ $package->title_1 }}

    {!! $package->description_1 !!}

{{ number_format($package->price_1, 2, ',', '.') }}

Yıllık @auth @if (Auth()->User()->role == 'company') Satın Al @endif @endauth

{{ $package->title_3 }}

    {!! $package->description_3 !!}

{{ number_format($package->price_3, 2, ',', '.') }}

Aylık @auth @if (Auth()->User()->role == 'company') Satın Al @endif @endauth

{{ $package->title_2 }}

    {!! $package->description_2 !!}

{{ number_format($package->price_2, 2, ',', '.') }}

6 Aylık @auth @if (Auth()->User()->role == 'company') Satın Al @endif @endauth
@endsection @section('extra_js') @endsection