@extends('layout') @section('title') Ads & Promotion @endsection @section('content') Ads & Promotion Home Ads & Promotion @include('flash-message') Edit Ads & Promotion @if(session('role')->{'Ads-Promotion'}->FlgEdit == 1) Save Change @endif Basic Info @method('PUT') @csrf Name* Image Choose file Info* {{ $ads->AdsInfo }} Category* Category == "Ads" ? "selected" : "" }}>Ads Category == "Promotion" ? "selected" : "" }}>Promotion Category == "Ads & Promotion" ? "selected" : "" }}>Ads & Promotion URL* Date Start* Date End* FlgActive ? "checked" : ""}} data-bootstrap-switch> Is Active FlgPromotion ? "checked" : ""}} data-bootstrap-switch> Is Promotion FlgAllBranch ? "checked" : ""}}> Is AllBranch Branch @foreach(App\Models\Branch::all() as $branch) BranchId, $branches) ? "selected" : "" }}>{{$branch->BranchName}} @endforeach @endsection @section('script') @endsection