@extends('admin.layout.master') @section('content')

Edit Dashboard Widgets

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg))

{{ Session::get('alert-' . $msg) }} ×

@endif @endforeach

Edit Dashboard Widgets

@csrf
  (Output column name should be value1, value2. )
is_order_id == '1' ? 'checked' : '' }} name="is_order_id" id="is_order_id">
is_order_id == '0') style="display: none;" @endif>   (Output column name should be orderid )
@endsection