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

{{__('Performance Review')}}

@endsection @section('content')

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

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