@extends('employee.create') @section('id',$item->id) @section('name',$item->name) @section('email',$item->email) @section('designation',$item->designation) @section('card_id',$item->card_id) @section('start_time',$item->start_time) @section('end_time',$item->end_time) @section('gross_salary',$item->gross_salary) @section('editMethod') {{method_field('PUT')}} @endsection