@extends('main-page') @section('content')
{{-- To update data --}} @if ($btnStatus == 'update')
@csrf

{{ $currentRowData1[0]->name }}



@endif {{-- To add data --}} @if ($btnStatus == 'add')
@csrf

{{ $deal_data[0]->name }}


@endif
@endsection