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

{{__('Performance Review')}}

@endsection @section('content')
@can('create_performance_review') {{__('Create')}} @endcan
{{--
@csrf
{{__('Import')}}
--}}
# Title Test Created Date Status {{ __('Action') }}
@endsection @section('scripts') @endsection