@extends('admin.template.master') @section('title') Customer order notification tag all Customer order notification tag information Home Customer order notification tag @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif List Add tag ID Tag Name Status Action @endsection @section('javascripts') @endsection