@extends('layouts.master') @section('title', __('index.company_profile')) {{--@section('nav-head', __('index.company_profile'))--}} @section('main-content')
@include('admin.section.flash_message')

{{ __('index.company_profile') }}

@method('PUT') @endif @csrf @include('admin.company.form')
@endsection