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

@yield('title')

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