@extends('admin.layout') @section('content') View Tag Dashboard TAG LIST View View Tag Tag List Name @if ($errors->has('name')) {{ $errors->first('name') }} @endif Sort Order @if ($errors->has('sort')) {{ $errors->first('sort') }} @endif @endsection @push('footer-script') @endpush