@extends('layouts/contentLayoutMaster') @section('title', 'Edit Tags') @section('page-style') {{-- Page Css files --}} @endsection @section('content') Update Tags {{csrf_field()}} Tag Name @if($errors->first('name')) Tag Local Name Required @enderror Tag Local Name @if($errors->first('local_name')) Tag Local Name Required @enderror Submit Reset @endsection @section('vendor-script') {{-- Vendor js files --}} @endsection @section('page-script') @endsection