@extends('layouts.main') @section('title', $data['title']) @section('content')
@if (canCreate('Target Achievement')) @endif
Please select view type.
Please select view type.
@if (canView('Target Achievement'))
@endif
@csrf @endsection('content') @section('custom-scripts') @include('../target/comman/add_edit') @endsection