@extends('layouts.main') @include('layouts.form-scripts') @section('content')
{{ $title }}
@csrf @if(Route::currentRouteName() !== 'company.create') @method('PUT') @endif
@endsection