@extends('dashboard.parent') @section('title', __('pages.program_settings')) @section('page_name', __('pages.program_settings')) @section('css') @endsection @section('bread_crumb') @endsection @section('actions') @endsection @section('content')
{{--
--}}
@can('Update-Program-Setting') @lang('pages.add_tax_value') @endcan
@can('Create-Program-Setting') @lang('pages.add') @endcan
@endsection @section('js') @endsection