@extends('layouts.branch') @section('title', 'Edit Insurance') @section('header', 'Update Insurance Profile') @section('content')
@include('partials.branch._breadcrumbs', [ 'breadcrumbs' => [ ['name' => 'Insurances', 'url' => route('branch.insurances.index')], ['name' => 'Edit Profile', 'url' => '#'] ] ])
@csrf

Company (Payer) Profile

Official identification and contact details.

{{ $insurance->company_id }}
@error('company_name')

{{ $message }}

@enderror

TPA (Third Party Administrator)

Details of the handling administrator.

Contractual Terms

Discount Rates (%)

%
%
%
Cancel
@endsection