@extends('layouts.frontend.frontend_main') @section('title') @lang('frontend_lang.pay_now') @endsection @section('content')
@include('layouts.frontend.profile_sidebar')

@lang('frontend_lang.pay_now')

@csrf
@if($user->company_register_number)
@endif
@endsection @section('js') @endsection