@extends('layout') @section('title') Ads & Promotion @endsection @section('content')

Ads & Promotion

@include('flash-message')

Edit Ads & Promotion

@if(session('role')->{'Ads-Promotion'}->FlgEdit == 1) @endif
@method('PUT') @csrf
FlgActive ? "checked" : ""}} data-bootstrap-switch>

FlgPromotion ? "checked" : ""}} data-bootstrap-switch>

FlgAllBranch ? "checked" : ""}}>
@endsection @section('script') @endsection