@inject('roster_helper', 'App\Helpers\RosterHelper') @extends('organizations.layouts.default') @section('content')

Publish Roster

@include('organizations.layouts.partials.breadcrumb')

Title: {{ $model->roster_title }}
Start Date: {{ $model->start_date->format('Y-m-d') }}
End Date: {{ $model->end_date->format('Y-m-d') }}

Choose Package

{{-- @foreach ($services as $service)
Best Value
{{ $service->service_name }}

Rs. {{ number_format($service->service_amount) }} Per Notice

Features

  • Get Figma Source File
  • Use on Unlimited Projects
  • Personal & Commercial Use
  • Downloadable Offline Files
  • Lifetime Free Updates
{!! $service->service_description !!}
@csrf
@endforeach --}}
Best Value
Basic

FREE {{-- Per Notice --}}

{{--

Features

--}}
  • Set your own publishing dates
  • Tailored evaluation services
  • High-quality AI-generated documents
  • Free premium access this year
  • 24/7 expert support
{{-- {!! $service->service_description !!} --}} {{--
@csrf
--}}
@csrf
@endsection