@extends('master') @section('content')
@csrf
@error('txtCode') {{$message}} @enderror
@endsection @section('script') @endsection