@extends('layouts.app') @section('title', 'Tat') @section('content')
@include('settings.common_tabs')
@foreach($getTatListDetails as $k=>$get_tat_list) @endforeach
Sl No Customer Name Product Name Tat Action
{{++$k}} {{$get_tat_list->customer_name}} {{$get_tat_list->product_name}} {{$get_tat_list->tat}}  
@endsection