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

Company (Payer) Profile

Official identification and contact details.

@error('company_name')

{{ $message }}

@enderror

TPA (Third Party Administrator)

Details of the handling administrator.

Contractual Terms

Discount Rates (%)

%
%
%
Cancel
@endsection