@extends('layouts.app') @section('title', $company->exists ? 'Edit company' : 'New company') @section('content')
@csrf @if ($company->exists) @method('PUT') @endif
Cancel
@endsection