@extends('layouts.app') @section('title', isset($company) ? 'Edit Company' : 'Add Company') @section('content')
{{ isset($company) ? 'Edit Company' : 'New Company' }}
@csrf @if(isset($company)) @method('PUT') @endif
is_active ?? true) ? 'checked' : '' }}>
Cancel
@endsection