@extends('layout.master') @section('content')

Label

@csrf
@if ($errors->has('label_id'))
{{ $errors->first('label_id') }}
@endif
{{--
@if ($errors->has('link'))
{{ $errors->first('link') }}
@endif
--}}
@endsection