@extends('admin.layouts.app') @section('content') @component('admin.layouts.partials.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endcomponent
Subscription Create
@csrf
{{ $errors->first('company') }}
{{ $errors->first('plan') }}
{{ $errors->first('range_from') }}
{{ $errors->first('range_to') }}
{{ $errors->first('rate_per_employee') }}
{{ $errors->first('rate_per_month') }}
@endsection @push('custom_js') @endpush