{{-- --}} {{-- --}} {{-- --}} @yield('css')
{{-- SideBAr --}}

@yield('sub-header')

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('Free Subscription')}}

@csrf

{{__('User Information')}}

@

{{__('Company Information')}}

@include('layouts.footer')
{{-- @include('layouts.sidebar') --}}
{{-- @jquery --}} @toastr_js @toastr_render @yield('js')