@extends('layouts.master') @section('title') @if ($company->id == 0) New Company @else Edit {{$company->name}} @endif @endsection @section('content.header.title') @if ($company->id == 0) New Company @else Edit {{$company->name}}: @endif {{$company->name}} @endsection @section('content')
@if ($company->id > 0) @method('PUT') @endif @csrf
current_flag == 1) Checked @endif>
@endsection('content')