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