@extends('layouts.master') @section('content') @include('partials.containers-header')
@include('partials.errors_display')

@lang('Company Information')

@csrf @method('PUT')
@include('config.company.fields',$record)
@include('partials.containers-footer') @endsection @section('javascript') @endsection