@extends('layouts.AdminMaster') @section('content') {!! Form::open(array('url' => ['admin/staffs/update/'.$staff->staff_id], 'method' => 'put')) !!}