@extends('layout') @section('title',' Developer Section') @section('content') @include('includes.session_message')
@lang('file.General Setting')
@lang('file.Version Upgrade Setting')
@lang('file.Bug Update Setting')
@include('developer_section.general') @include('developer_section.version_upgrade_setting') @include('developer_section.bug_update_setting')
@endsection @push('scripts') @endpush