@extends('layouts.app') @section('title') Create Company Profile @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('company-profile.partials.form')
@endsection