@extends('layout.default') @section('content')
{{ $page_title }}
@can('projects.delete')
{{ __('Delete Selected') }}
@endcan @can('projects.create')
{{ __('New Data') }}
@endcan
Tampilkan Data Berdasarkan:
{{ __('ALL') }}
@foreach ($branches as $item)
{{ $item->name }}
@endforeach
{{ __('ALL') }}
{{ __('ALL') }}
@foreach ($status as $item)
{{ $item->label() }}
@endforeach
{{--
--}}
{{ __('Reload') }}
{{ __('Project') }}
{{ __('Klien') }}
{{ __('Nilai') }}
{{ __('Project Manager') }}
{{ __('Status') }}
@include('project._modal-granted-fields') @endsection {{-- Styles Section --}} @push('page_style')
@endpush @push('page_script') @endpush