@extends('layouts.default') @section('content')

{{ __('company.manage_company')}} {{ __('company.company_information')}}

{{ __('company.company_information')}}

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
{{csrf_field()}} @method('PUT')
@stop