@extends('layouts.app') @section('header')
@endsection @section('content')
Edit Employee
{{ csrf_field() }}
{!! $employee['profilepic'] !!}
@endsection @section('scripts') @endsection