@extends('layouts.master-worker') @section('title') Edit Profile | @parent @stop @section('styles') {{ HTML::style('css/worker/profile.css') }} {{ HTML::style('css/shared/bootstrap-datepicker-3.css') }} @stop @section('content')

PERSONAL DATA

Loading...
@stop @section('scripts') {{ HTML::script('js/shared/mustache-2.0.js') }} {{ HTML::script('js/shared/bootstrap-datepicker.js') }} {{ HTML::script('js/worker/profile.js') }} @stop