@extends( 'layout.dashboard' ) @push( 'styles' ) @endpush @section( 'content' )

{{ $company->name }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif {{--
--}} {{-- @csrf--}} {{-- {{ method_field('PUT') }}--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--

Company Information

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Company Name
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Location
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}}{{----}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
Company Description
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} @include( 'company.form-elements' )
@endsection