@extends('layouts/layoutMaster') @section('title', 'Create Broadcast Theme') @section('vendor-style') @vite(['resources/assets/vendor/libs/datatables-bs5/datatables.bootstrap5.scss', 'resources/assets/vendor/libs/datatables-buttons-bs5/buttons.bootstrap5.scss', 'resources/assets/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.scss', 'resources/assets/vendor/libs/flatpickr/flatpickr.scss', 'resources/assets/vendor/libs/select2/select2.scss']) @endsection @section('vendor-script') @vite(['resources/assets/vendor/libs/select2/select2.js','resources/assets/vendor/libs/bootstrap-datepicker/bootstrap-datepicker.js','resources/assets/vendor/libs/flatpickr/flatpickr.js']) @endsection @section('page-script') @vite(['resources/assets/js/forms_date_time_pickers.js']) @endsection @section('content') @php $helper = new \App\Helpers\Helpers(); $selectedBranch = request()->query('branch_id') ?? auth()->user()->branch_id ?? 1; // Get branch_id from query or user session $Header_branch_data = $helper->get_branch_id($selectedBranch); @endphp
Update Broadcast Theme
  • General
  • Animation
  • Label
  • News
  • Navigation
  • Position
    ? Values : "fixed" - add News Ticker as Widget from widgets page or "sticky" automatically add fixed News Ticker at bottom of page.
    News Ticker position.
    Height
    News Ticker height property.
    Theme
    ? You can choose our theme presets.
    News Ticker theme.
    Margin
    ? Example: different values for each one side: "25px 50px 75px 100px" or one value for each one side "10px".
    The margin to add outside News Ticker.
    Roundness
    News ticker border radius property.
    Shadow
    Enable shadow for News Ticker.
    Shadow Type
    Shadow type for News Ticker.
    Reverse Shadow Direction
    ? Shadow direction: off - from top to bottom, on - from bottom to top.
    Shadow direction.
  • Animation Effect
    Animation effect for changing news.
    Scroll Speed
    Speed for scroll effect.
    Animation Easing
    ? Property sets how an animation progresses through the duration of each cycle.
    Animation timing function.
    Animation Duration
    ? The time that an animation takes to complete one cycle in milliseconds. Max value 3 seconds.
    Animation duration property.
    Animation Delay
    ? Property specifies a delay between an animations in milliseconds. Max value 10 seconds.
    Animation delay property.
  • Label
    Enable Ticker Label.
    Label (on Mobile devices)
    Enable Ticker Label on Mobile devices.
    Padding
    ? Example: different values for each one side: "25px 50px 75px 100px" or one value for each one side "10px".
    The padding property.
    Heading
    Heading for Ticker Label.
    Logo
    Logo for Ticker Label instead of Heading.
    Font
    Font property for Label.
    Font Size
    Font size property for Label.
    Font Weight
    Font weight property for Label.
    Background
    Background property for Label.
    Color
    Color property for Label.
  • Background
    Background property for News.
    Padding
    ? Example: different values for each one side: "25px 50px 75px 100px" or one value for each one side "10px".
    The padding property.

    Prefix options

    Prefix
    Show News category.
    Padding
    ? Example: different values for each one side: "25px 50px 75px 100px" or one value for each one side "10px".
    The padding property.
    Roundness
    News prefix border radius property.
    Background
    Background property for Label.
    Color
    Color property for Label.
    Font
    Font property for Label.
    Font Size
    Font size property for Label.
    Font Weight
    Font weight property for Label.

    Date options

    Date
    Show News date and time.
    Padding
    ? Example: different values for each one side: "25px 50px 75px 100px" or one value for each one side "10px".
    The padding property.
    Roundness
    News prefix border radius property.
    Background
    Background property for Label.
    Color
    Color property for Label.
    Font
    Font property for Label.
    Font Size
    Font size property for Label.
    Font Weight
    Font weight property for Label.

    Heading options

    Color
    Color property for Heading.
    Font
    Font property for Heading.
    Font Size
    Font size property for Heading.
    Font Weight
    Font weight property for Heading.

    Separator options

    Size
    News separator size.
    Background
    Background property for Separator.
@php $helper = new \App\Helpers\Helpers(); $settings = $helper->showTicker(); @endphp @endsection