@extends('layouts.app') @section('content')

{{ $module_title }}

{{ isset($client) ? 'Edit' : 'Create' }} Salary Format

@csrf @if (!isset($client))
@else
Client: {{ $client->establishment_name }}
@endif @php $rows = isset($components) ? $components : [null]; @endphp @foreach ($rows as $i => $component) @endforeach
Component Name Need to maintain same name in csv Type Required DB Column
@if ($i > 0) @endif
@endsection