@extends('layout.master', ['headerTitle' => 'Labour Details']) @section('style') @endsection @section('body')

Labour Details

ID {{$showLabour->id}}
Name {{ucwords($showLabour->name)}}
Mobile {{$showLabour->mobile}}
Email {{$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}}
@endsection