@extends('layouts.master') @section('title', $page_data['title']) @section('page_styles') @endsection @section('page_scripts') @endsection @section('content')

{{ $page_data['title'] }}

{{getHeading(trans('app.headings.settings.multi_threading'))}}

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif @if (Session::has('msg'))
{{ Session::get('msg') }}
@endif
{{trans('app.settings.multi_threading.table_headings.multi_threading')}}
@endsection