@extends('layout.default')
@section('content')
{{ $page_title }}
@can('fields.delete')
@endcan
@can('fields.create')
{{ __('New Data') }}
@endcan
|
# |
{{ __('Cabang') }} |
{{ __('Nama') }} |
{{ __('Action') }} |
@endsection
{{-- Styles Section --}}
@push('page_style')
@endpush
@push('page_script')
@endpush