@extends('backend.layout.master') @section('title', __('Work Settings')) @section('content')

{{ __('Work Settings') }}

@csrf





@can('work-page-settings-update') @endcan
@endsection