@extends('layouts.app') @section('title') Edit Performance Review @endsection @section('breadcrumb')

{{ __('Performance Review') }}

@endsection @section('content')

{{ __('Edit Performance Review') }}

@csrf @method('put')
@include('admin.performance_review._form')
@endsection