@extends('admin.template.master') @section('title')

Customer order notification tag all Customer order notification tag information

@endsection @section('main-content')
@if(Session::has('message'))
{{Session('message')}}
@endif

List

ID Tag Name Status Action
@endsection @section('javascripts') @endsection