@extends('layouts.customer') @section('content')

Timesheet Settings

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if ($message = Session::get('success'))

{{ $message }}

@endif @if ($message = Session::get('notice'))

{{ $message }}

@endif
@csrf @method('PUT')

PDF Button Visibility

@if($bbsettings->setting_prop == 'pdf_button_visibility')
setting_value) checked @endif>
@else
@endif
@endsection @section('script') @endsection