@extends('layouts.theme') @section('title','Create Company') @section('style') @endsection @section('content')
Company Registration
@include('alertsInfo')
@csrf @include('user/registration_form')
@endsection @section('script') @endsection