@extends('layout.default') @section('content')

{{ $page_title }}

@can('branches.delete') @endcan @can('branches.create') {{ __('New Data') }} @endcan
# {{ __('Nama') }} {{ __('Action') }}
@endsection {{-- Styles Section --}} @push('page_style') @endpush @push('page_script') @endpush