@extends('app') @section('content')

{{ ucfirst(trans('hilbit.company.maintain')) }}

@include('flash::message') @include('partials.alert') @include('errors.list') @include('company.form')
@stop @section('scripts') @stop