@extends('layout.master', ['headerTitle' => 'Labour Details']) @section('style') @endsection @section('body')
ID | {{$showLabour->id}} |
---|---|
Name | {{ucwords($showLabour->name)}} |
Mobile | {{$showLabour->mobile}} |
{{$showLabour->email}} | |
Pan no | {{$showLabour->pan_no}} |
Adhar no | {{$showLabour->adhar_no}} |
Address | {{$showLabour->address}} |
District | {{$showLabour->district}} |
State | {{$showLabour->state}} |
City | {{$showLabour->city}} |
Pincode | {{$showLabour->pincode}} |